Skip to content

Commit

Permalink
Public repos cannot extend from private configs
Browse files Browse the repository at this point in the history
  • Loading branch information
wiebeck authored Dec 18, 2023
1 parent 77b5b55 commit 7cd491d
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,29 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>riege/renovate-config"]
"extends": [
"config:base",
"group:test",
"group:unitTest"
],
"labels": ["dependencies"],
"platformAutomerge": true,
"platformCommit": true,
"separateMinorPatch": true,
"packageRules": [
{
"description": "Auto-merge patch and digest updates",
"matchUpdateTypes": ["patch", "digest"],
"automerge": true,
"addLabels": ["automerge"]
},
{
"description": "Group together updates to GitHub Actions",
"groupName": "GitHub Actions",
"groupSlug": "github-actions",
"matchManagers": [
"github-actions"
],
"addLabels": ["github_actions"]
}
]
}

0 comments on commit 7cd491d

Please sign in to comment.