Skip to content

Commit

Permalink
chore: use renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
Siroshun09 committed Jun 29, 2024
1 parent 66025ed commit 6550059
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/dependabot.yml

This file was deleted.

33 changes: 33 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"helpers:pinGitHubActionDigests"
],
"packageRules": [
{
"groupName": "all non-major dependencies for gh-actions",
"groupSlug": "gha-all-minor-patch",
"matchManagers": ["github-actions"],
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch"
]
},
{
"groupName": "all non-major dependencies for go",
"groupSlug": "go-all-minor-patch",
"matchManagers": ["gomod"],
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch"
]
}
]
}

0 comments on commit 6550059

Please sign in to comment.