Skip to content

Commit

Permalink
switch to renovate and remove dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
PacoVK committed Dec 1, 2023
1 parent a958f93 commit 9447389
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 26 deletions.
25 changes: 0 additions & 25 deletions .github/dependabot.yml

This file was deleted.

14 changes: 13 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
"config:base"
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automergeType": "branch",
"automerge": true
},
{
"matchDepTypes": ["devDependencies"],
"automergeType": "branch",
"automerge": true
}
]
}

0 comments on commit 9447389

Please sign in to comment.