Skip to content

Commit

Permalink
chore(config): migrate renovate config (#21)
Browse files Browse the repository at this point in the history
* chore(config): migrate config .github/renovate.json5

* Prettier

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and renovate[bot] authored Feb 13, 2024
1 parent edc9618 commit 53df208
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
semanticCommits: "auto",
enabledManagers: ["dockerfile", "gomod", "github-actions", "regex"],
enabledManagers: ["dockerfile", "gomod", "github-actions", "custom.regex"],
extends: ["config:best-practices"],
customManagers: [
{
Expand All @@ -23,7 +23,9 @@
packageRules: [
{
matchDepNames: "gcr.io/distroless/static",
group: true,
group: {
enabled: true,
},
},
],
}

0 comments on commit 53df208

Please sign in to comment.