Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

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 committed Mar 8, 2024
1 parent adb1e71 commit 1e376df
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 1e376df

Please sign in to comment.