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
updates:
- package-ecosystem: "github-actions"
target-branch: "develop"
directory: "/" # Location of package manifests
schedule:
interval: "weekly"

View file

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