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:
Jonathan Budzenski 2020-01-29 15:11:02 -06:00 committed by GitHub
parent 2ff9d8b5c3
commit 304efed1eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -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',
],
},

View file

@ -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'],