Skip to content

Commit

Permalink
chore(renovate): tweak renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
goldmann committed Sep 19, 2024
1 parent b8272ba commit 89779c3
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"extends": ["config:recommended", ":automergeDigest"],
"username": "renovate-release",
"gitAuthor": "Renovate Bot <[email protected]>",
"onboarding": false,
Expand All @@ -12,6 +12,7 @@
"rebaseWhen": "behind-base-branch",
"timezone": "Europe/Warsaw",
"labels": ["dependencies"],
"configMigration": true,
"vulnerabilityAlerts": {
"labels": ["security"]
},
Expand All @@ -28,12 +29,7 @@
"enabled": false
},
{
"matchUpdateTypes": ["patch"],
"matchPackageNames": ["postcss"],
"automerge": true
},
{
"extends": ["monorepo:aws-java-sdk-v2", "monorepo:typescript-eslint", "monorepo:mapstruct", "monorepo:commitlint"],
"extends": ["monorepo:aws-java-sdk-v2", "monorepo:typescript-eslint", "monorepo:mapstruct", "monorepo:commitlint", "group:postcss"],
"matchUpdateTypes": ["patch"],
"automerge": true
}
Expand Down

0 comments on commit 89779c3

Please sign in to comment.