Skip to content

Commit

Permalink
Updates backport/renovate branches to include 7.10
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Smalley <[email protected]>
  • Loading branch information
Tyler Smalley authored and mistic committed Jul 15, 2020
1 parent 3d84164 commit f21e7b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
'Team:Operations',
'renovate',
'v8.0.0',
'v7.9.0',
'v7.10.0',
],
major: {
labels: [
'release_note:skip',
'Team:Operations',
'renovate',
'v8.0.0',
'v7.9.0',
'v7.10.0',
'renovate:major',
],
},
Expand Down Expand Up @@ -254,7 +254,7 @@
'Team:Operations',
'renovate',
'v8.0.0',
'v7.9.0',
'v7.10.0',
':ml',
],
},
Expand Down
2 changes: 1 addition & 1 deletion src/dev/renovate/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.9.0'];
const DEFAULT_LABELS = ['release_note:skip', 'Team:Operations', 'renovate', 'v8.0.0', 'v7.10.0'];

export const RENOVATE_CONFIG = {
extends: ['config:base'],
Expand Down

0 comments on commit f21e7b5

Please sign in to comment.