Skip to content

Commit

Permalink
ci: dependabot updates against release branch
Browse files Browse the repository at this point in the history
Make dependabot updates for this branch target
this branch.
  • Loading branch information
subpop committed Feb 13, 2024
1 parent f70eece commit ea11d17
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ updates:
# Configuration for rhc go code
- package-ecosystem: "gomod"
directory: "/" # Location of go.mod and go.sum
target-branch: "yggdrasil-worker-package-manager-0.1"
schedule:
interval: "weekly"

# Configuration for GitHub actions
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "yggdrasil-worker-package-manager-0.1"
schedule:
interval: "weekly"
interval: "weekly"

0 comments on commit ea11d17

Please sign in to comment.