Skip to content

Commit

Permalink
ci: remove redundant renovate config, update actual config
Browse files Browse the repository at this point in the history
  • Loading branch information
rodmax committed Nov 12, 2021
1 parent e3dc306 commit c69812f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{
"extends": ["config:base", ":disableDependencyDashboard"],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
}
],
"schedule": "after 6pm on friday"
}
1 change: 1 addition & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
}
],
"words": [
"automerge",
"browserslist",
"cimode",
"codecov",
Expand Down
3 changes: 0 additions & 3 deletions renovate.json

This file was deleted.

0 comments on commit c69812f

Please sign in to comment.