Skip to content

Commit

Permalink
ci(dependabot): run monthly
Browse files Browse the repository at this point in the history
  • Loading branch information
EdJoPaTo committed Nov 11, 2024
1 parent 4d3aff3 commit 2cc0ee6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
open-pull-requests-limit: 30
schedule:
interval: "weekly"
interval: "monthly"
commit-message:
prefix: "build(npm):"
ignore:
Expand All @@ -17,6 +17,6 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
commit-message:
prefix: "ci(actions):"

0 comments on commit 2cc0ee6

Please sign in to comment.