Skip to content

Commit

Permalink
Migrate config renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 12, 2024
1 parent 036da98 commit a77ef18
Showing 1 changed file with 28 additions and 9 deletions.
37 changes: 28 additions & 9 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,50 @@
{
"extends": [
"config:base"
"config:recommended"
],
"git-submodules": {
"enabled": true
},
"pip_requirements": {
"fileMatch": ["(^|/)requirements[^/]*\\.txt$"]
"fileMatch": [
"(^|/)requirements[^/]*\\.txt$"
]
},
"packageRules": [
{
"matchPackageNames": ["eslint", "@babel/eslint-parser", "eslint-plugin-no-jquery", "eslint-plugin-vue"],
"matchPackageNames": [
"eslint",
"@babel/eslint-parser",
"eslint-plugin-no-jquery",
"eslint-plugin-vue"
],
"groupName": "eslint",
"automerge": true
},
{
"matchPackageNames": ["jest", "bundlesize", "sinon", "stylelint", "stylelint-declaration-strict-value"],
"matchPackageNames": [
"jest",
"bundlesize",
"sinon",
"stylelint",
"stylelint-declaration-strict-value"
],
"automerge": true
},
{
"matchPackagePatterns": ["*"],
"fileMatch": ["requirements_test.txt"],
"automerge": true
"fileMatch": [
"requirements_test.txt"
],
"automerge": true,
"matchPackageNames": [
"*"
]
},
{
"matchPackagePatterns": ["^actions/"],
"automerge": true
"automerge": true,
"matchPackageNames": [
"/^actions//"
]
}
]
}

0 comments on commit a77ef18

Please sign in to comment.