Skip to content

Commit

Permalink
ci: disable managed renovate and add renovate config file
Browse files Browse the repository at this point in the history
  • Loading branch information
florianesser committed Nov 28, 2024
1 parent 09bbd05 commit 5bd26e5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: [
"github>wetransform/renovate-config:self-hosted.json5",
],
packageRules: [
{
"groupName": "{{manager}} non-major dependencies",
"groupSlug": "{{manager}}-minor-patch",
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch"
]
}
],
rebaseWhen: "conflicted", // avoid too many PR builds for renovate changes; Note: may cause problems with automerge
}
1 change: 0 additions & 1 deletion .wetf-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
# Reference presets that should apply to this repository
presets:
- renovate # renovate workflow
- renovate-config # managed renovate config

0 comments on commit 5bd26e5

Please sign in to comment.