Skip to content

Commit

Permalink
CI: Run Dependabot once a month, but increase the "open PR limit" (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Aug 11, 2024
1 parent 304c2e5 commit 18a1b67
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 18a1b67

Please sign in to comment.