Skip to content

Commit

Permalink
Update and rename dependabot.yml to renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wdhdev authored Mar 8, 2024
1 parent 6c7e0b3 commit 6ba47ee
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/dependabot.yml

This file was deleted.

15 changes: 15 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"packageRules": [
{
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch"
]
}
]
}

0 comments on commit 6ba47ee

Please sign in to comment.