mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
bump renovate label from 7.6 to 7.7 (#55621)
* bump renovate label from 7.6 to 7.7 * bump root config Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
parent
2ff9d8b5c3
commit
304efed1eb
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
'Team:Operations',
|
||||
'renovate',
|
||||
'v8.0.0',
|
||||
'v7.6.0',
|
||||
'v7.7.0',
|
||||
],
|
||||
major: {
|
||||
labels: [
|
||||
|
@ -33,7 +33,7 @@
|
|||
'Team:Operations',
|
||||
'renovate',
|
||||
'v8.0.0',
|
||||
'v7.6.0',
|
||||
'v7.7.0',
|
||||
'renovate:major',
|
||||
],
|
||||
},
|
||||
|
@ -238,7 +238,7 @@
|
|||
'Team:Operations',
|
||||
'renovate',
|
||||
'v8.0.0',
|
||||
'v7.6.0',
|
||||
'v7.7.0',
|
||||
':ml',
|
||||
],
|
||||
},
|
||||
|
|
|
@ -21,7 +21,7 @@ import { RENOVATE_PACKAGE_GROUPS } from './package_groups';
|
|||
import { PACKAGE_GLOBS } from './package_globs';
|
||||
import { wordRegExp, maybeFlatMap, maybeMap, getTypePackageName } from './utils';
|
||||
|
||||
const DEFAULT_LABELS = ['release_note:skip', 'Team:Operations', 'renovate', 'v8.0.0', 'v7.6.0'];
|
||||
const DEFAULT_LABELS = ['release_note:skip', 'Team:Operations', 'renovate', 'v8.0.0', 'v7.7.0'];
|
||||
|
||||
export const RENOVATE_CONFIG = {
|
||||
extends: ['config:base'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue