File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 65
65
"matchPackageNames" : [ "rust" ] ,
66
66
"commitMessageTopic" : "Rust" ,
67
67
"labels" : [ "A-backend" ] ,
68
+ } , {
69
+ // Groups the `NODE_VERSION` update with the rest of the Node.js updates
70
+ // and assigns the `A-frontend` label to the PR.
71
+ "matchManagers" : [ "regex" ] ,
72
+ "matchPackageNames" : [ "node" ] ,
73
+ "commitMessageTopic" : "Node.js" ,
74
+ "labels" : [ "A-frontend" ] ,
75
+ } , {
76
+ // Use `semver` versioning scheme, instead of `node`. Ideally we would
77
+ // use `node`, which differentiates between LTS and non-LTS releases,
78
+ // but that is not compatible with the `nodejs/node` Docker image
79
+ // updates.
80
+ "matchManagers" : [ "npm" ] ,
81
+ "matchPackageNames" : [ "node" ] ,
82
+ "versioning" : "semver" ,
68
83
} , {
69
84
"matchPackagePatterns" : [
70
85
"^conduit$" ,
You can’t perform that action at this time.
0 commit comments