Skip to content

Commit

Permalink
maint: replace dependabot with renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
scheying committed Oct 2, 2023
1 parent d6167cc commit 30b1f6a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/dependabot.yml

This file was deleted.

21 changes: 21 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",

"dependencyDashboard": true,

"schedule": ["every weekend"],

"draftPR": true,

"enabledManagers": [
"github-actions"
],

"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"matchManagers": ["github-actions"],
"automerge": true
}
]
}

0 comments on commit 30b1f6a

Please sign in to comment.