Skip to content

Commit

Permalink
Switch from Dependabot to Renovate (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
WarningImHack3r authored Oct 15, 2023
1 parent 889424e commit ab60c0c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/dependabot.yml

This file was deleted.

21 changes: 21 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":disableDependencyDashboard"
],
"labels": ["dependencies"],
"packageRules": [
{
"matchManagers": ["github-actions", "npm"],
"matchDepNames": ["!/^@inlang/"],
"groupName": "{{manager}}",
"addLabels": ["{{manager}}"]
},
{
"matchUpdateTypes": ["patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
]
}

0 comments on commit ab60c0c

Please sign in to comment.