Skip to content

Commit

Permalink
chore(NA): setup backport tool for 7.9 and the new 7.x (#71861)
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Smalley <[email protected]>
  • Loading branch information
mistic and Tyler Smalley authored Jul 15, 2020
1 parent 4e13c68 commit badb7b5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .backportrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"targetBranchChoices": [
{ "name": "master", "checked": true },
{ "name": "7.x", "checked": true },
"7.9",
"7.8",
"7.7",
"7.6",
Expand All @@ -26,7 +27,7 @@
"targetPRLabels": ["backport"],
"branchLabelMapping": {
"^v8.0.0$": "master",
"^v7.9.0$": "7.x",
"^v7.10.0$": "7.x",
"^v(\\d+).(\\d+).\\d+$": "$1.$2"
}
}
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 badb7b5

Please sign in to comment.