Skip to content

Commit

Permalink
chore: Optimize GitHub actions and dependencies updates
Browse files Browse the repository at this point in the history
  • Loading branch information
moonD4rk committed Jul 16, 2024
1 parent 5ead3ba commit 8bcbca6
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 @@ -5,11 +5,13 @@ updates:
schedule:
interval: "weekly"
open-pull-requests-limit: 10
target-branch: dev
# ignore:
# - dependency-name: "example-package"
# versions: ["2.x.x"]
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
open-pull-requests-limit: 5
open-pull-requests-limit: 5
target-branch: dev

0 comments on commit 8bcbca6

Please sign in to comment.