Update renovate/dependabot to rebase on develop branch by default

This commit is contained in:
Cuong M. Tran 2024-06-04 14:39:51 +07:00
parent 6393f0d3e1
commit 9ff5289f58
No known key found for this signature in database
GPG key ID: 733AA7624B9315C2
2 changed files with 3 additions and 2 deletions

View file

@ -6,6 +6,7 @@
version: 2 version: 2
updates: updates:
- package-ecosystem: "github-actions" - package-ecosystem: "github-actions"
target-branch: "develop"
directory: "/" # Location of package manifests directory: "/" # Location of package manifests
schedule: schedule:
interval: "weekly" interval: "weekly"

View file

@ -1,9 +1,9 @@
{ {
"baseBranches": ["master"], "baseBranches": ["develop"],
"rebaseWhen": "conflicted", "rebaseWhen": "conflicted",
"labels": ["Dependencies"], "labels": ["Dependencies"],
"extends": [ "extends": [
["config:best-practices"], "config:best-practices",
"github>mihonapp/mihon//.github/renovate.json5" "github>mihonapp/mihon//.github/renovate.json5"
], ],
"includeForks": true "includeForks": true