Skip to content

Commit

Permalink
chore(config): migrate config renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 14, 2025
1 parent 7b46e61 commit 28353bd
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 28353bd

Please sign in to comment.