ci: update dependabot config after branch rename
This commit is contained in:
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
@@ -8,7 +8,7 @@ updates:
|
|||||||
- /.github/workflows
|
- /.github/workflows
|
||||||
- /.github/actions/* # Not working until resolved: https://github.com/dependabot/dependabot-core/issues/6345
|
- /.github/actions/* # Not working until resolved: https://github.com/dependabot/dependabot-core/issues/6345
|
||||||
- /.github/actions/setup
|
- /.github/actions/setup
|
||||||
target-branch: beta
|
target-branch: main
|
||||||
schedule:
|
schedule:
|
||||||
interval: monthly
|
interval: monthly
|
||||||
timezone: America/Detroit
|
timezone: America/Detroit
|
||||||
@@ -20,7 +20,7 @@ updates:
|
|||||||
|
|
||||||
- package-ecosystem: npm
|
- package-ecosystem: npm
|
||||||
directory: /
|
directory: /
|
||||||
target-branch: beta
|
target-branch: main
|
||||||
schedule:
|
schedule:
|
||||||
interval: weekly
|
interval: weekly
|
||||||
day: sunday
|
day: sunday
|
||||||
@@ -53,7 +53,7 @@ updates:
|
|||||||
# Only bump patch versions for 2.x
|
# Only bump patch versions for 2.x
|
||||||
- package-ecosystem: npm
|
- package-ecosystem: npm
|
||||||
directory: /
|
directory: /
|
||||||
target-branch: main
|
target-branch: 2.x
|
||||||
schedule:
|
schedule:
|
||||||
interval: weekly
|
interval: weekly
|
||||||
day: sunday
|
day: sunday
|
||||||
|
|||||||
Reference in New Issue
Block a user