Skip to content

Commit

Permalink
Replace dependabot with renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
Brutus5000 committed Nov 25, 2024
1 parent cb53412 commit 3aa38bd
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/dependabot.yml

This file was deleted.

35 changes: 35 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"extends": [
"config:recommended"
],
"packageRules": [
{
"matchDatasources": [
"gradle-wrapper"
],
"enabled": true,
"labels": [
"dependencies"
]
},
{
"matchManagers": [
"gradle"
],
"matchPackagePatterns": [
"^.*$"
],
"enabled": true,
"labels": [
"dependencies"
]
},
{
"matchUpdateTypes": [
"minor",
"patch"
],
"automerge": true
}
]
}

0 comments on commit 3aa38bd

Please sign in to comment.