Skip to content

Commit

Permalink
chore(renovate): update renovate config file (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
corrieriluca authored Oct 29, 2024
1 parent df5de92 commit def56a2
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>padok-team/renovate-config"
"config:recommended",
"docker:pinDigests",
":label(renovate)",
":configMigration",
":semanticPrefixFix",
":separateMultipleMajorReleases",
":automergeDigest",
":automergePatch"
],
"packageRules": [
{
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"patch"
],
"groupName": "all patch dependencies",
"groupSlug": "all-patch"
}
]
}

0 comments on commit def56a2

Please sign in to comment.