Skip to content

Commit

Permalink
renovate: use my preset
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeken committed Aug 6, 2023
1 parent 665cd08 commit 9d06880
Showing 1 changed file with 4 additions and 21 deletions.
25 changes: 4 additions & 21 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,9 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",

"extends": [
"config:recommended",
":prHourlyLimitNone",
":prConcurrentLimit10",
":separateMultipleMajorReleases",
"group:allNonMajor",
"docker:pinDigests",
"helpers:pinGitHubActionDigests",
":pinDevDependencies",

"regexManagers:githubActionsVersions"
],

"packageRules": [
{
"matchPackagePatterns": ["github-actions"],
"groupName": "github-actions"
},
{
"matchPackagePatterns": ["golang"],
"groupName": "Go"
}
"github>nabeken/renovate-config-oss",
"github>nabeken/renovate-config-oss:recommended",
"github>nabeken/renovate-config-oss:groupGoVersionUpgrade",
"github>nabeken/renovate-config-oss:groupGithubActions"
]
}

0 comments on commit 9d06880

Please sign in to comment.