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 22, 2024
1 parent 6581bda commit 1a0d3e3
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/dependabot.yml

This file was deleted.

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

0 comments on commit 1a0d3e3

Please sign in to comment.