Skip to content

Commit

Permalink
ci: added renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianEstrada committed Nov 16, 2023
1 parent 58acf32 commit 217acb9
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 21 deletions.
7 changes: 0 additions & 7 deletions .github/dependabot.yml

This file was deleted.

23 changes: 23 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>monta-app/renovate-config",
":semanticCommitTypeAll(chore)"
],
"packageRules": [
{
"groupName": "upgrade all non-major gradle dependencies",
"matchManagers": [
"gradle"
],
"matchPackagePatterns": [
"*"
],
"groupSlug": "gradle-all",
"matchUpdateTypes": [
"minor",
"patch"
]
}
]
}
14 changes: 0 additions & 14 deletions .github/workflows/upgrade_gradle.yml

This file was deleted.

0 comments on commit 217acb9

Please sign in to comment.