Skip to content

Commit

Permalink
ci: update dependabot config after branch rename
Browse files Browse the repository at this point in the history
  • Loading branch information
denolfe committed Nov 17, 2024
1 parent a31c29b commit 0107a48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ updates:
- /.github/workflows
- /.github/actions/* # Not working until resolved: https://github.com/dependabot/dependabot-core/issues/6345
- /.github/actions/setup
target-branch: beta
target-branch: main
schedule:
interval: monthly
timezone: America/Detroit
Expand All @@ -20,7 +20,7 @@ updates:

- package-ecosystem: npm
directory: /
target-branch: beta
target-branch: main
schedule:
interval: weekly
day: sunday
Expand Down Expand Up @@ -53,7 +53,7 @@ updates:
# Only bump patch versions for 2.x
- package-ecosystem: npm
directory: /
target-branch: main
target-branch: 2.x
schedule:
interval: weekly
day: sunday
Expand Down

0 comments on commit 0107a48

Please sign in to comment.