Skip to content

Commit

Permalink
CI: Run Dependabot less frequently, but increase the "open PR" limit (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Jul 28, 2024
1 parent afc5f1e commit 59b7c89
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/" # Location of package manifests
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
open-pull-requests-limit: 100
labels:
- "dependencies"
- "github-actions"

0 comments on commit 59b7c89

Please sign in to comment.