Skip to content

Commit

Permalink
chore(config): migrate config renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 9, 2023
1 parent 7bbca62 commit bcaf585
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,32 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:recommended"
],
"ignorePaths": [
"**/node_modules/**",
"**/bower_components/**",
"src/index.html"
],
"labels": ["dependencies"],
"labels": [
"dependencies"
],
"packageRules": [
{
"matchPackagePatterns": ["eslint"],
"labels": ["linting"]
"matchPackagePatterns": [
"eslint"
],
"labels": [
"linting"
]
},
{
"matchDepTypes": ["optionalDependencies"],
"addLabels": ["optional"]
"matchDepTypes": [
"optionalDependencies"
],
"addLabels": [
"optional"
]
}
],
"schedule": [
Expand Down

0 comments on commit bcaf585

Please sign in to comment.