Skip to content

Commit

Permalink
fix(github-actions): update config
Browse files Browse the repository at this point in the history
  • Loading branch information
vincejv committed Sep 1, 2023
1 parent f459bb6 commit 9487f3d
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 @@ -9,16 +9,18 @@ updates:
- "vincejv"
labels:
- "dependencies"
open-pull-requests-limit: 20

- package-ecosystem: "github-actions"
# Workflow files stored in the
# default location of `.github/workflows`
directory: "/"
target-branch: "development"
schedule:
interval: "weekly"
interval: "daily"
assignees:
- "vincejv"
labels:
- "dependencies"
- "ci-cd"
open-pull-requests-limit: 20

0 comments on commit 9487f3d

Please sign in to comment.