bump renovate tracked branch label to 7.9 (#66620)

* bump renovate tracked branch to 7.9

* Updates generated config file

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>

Co-authored-by: Tyler Smalley <tyler.smalley@elastic.co>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
Jonathan Budzenski 2020-05-26 11:34:23 -05:00 committed by GitHub
parent e2aaf14dc9
commit 22f8d64d3f
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.7.0',
'v7.9.0',
],
major: {
labels: [
@ -33,7 +33,7 @@
'Team:Operations',
'renovate',
'v8.0.0',
'v7.7.0',
'v7.9.0',
'renovate:major',
],
},
@ -246,7 +246,7 @@
'Team:Operations',
'renovate',
'v8.0.0',
'v7.7.0',
'v7.9.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.7.0'];
const DEFAULT_LABELS = ['release_note:skip', 'Team:Operations', 'renovate', 'v8.0.0', 'v7.9.0'];
export const RENOVATE_CONFIG = {
extends: ['config:base'],