Skip to content

Commit

Permalink
Merge pull request #86 from cailloumajor/renovate/migrate-config
Browse files Browse the repository at this point in the history
chore(config): migrate renovate config
  • Loading branch information
cailloumajor authored Jan 14, 2025
2 parents 7b46e61 + 28353bd commit 58e77b4
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:recommended"
],
"postUpdateOptions": [
"gomodTidy"
],
"semanticCommits": "enabled",
"packageRules": [
{
"matchPackageNames": ["golang", "tonistiigi/xx"],
"matchManagers": ["dockerfile"],
"matchPackageNames": [
"golang",
"tonistiigi/xx"
],
"matchManagers": [
"dockerfile"
],
"semanticCommitType": "fix"
}
]
Expand Down

0 comments on commit 58e77b4

Please sign in to comment.