Skip to content

Commit

Permalink
[build] Update dependabot.yml to check for new versions monthly (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
fab1an authored May 20, 2024
1 parent aa59bf8 commit f0f63f2
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
Expand Up @@ -8,14 +8,14 @@ updates:
- package-ecosystem: "gradle"
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
interval: "monthly"

- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
interval: "monthly"

- package-ecosystem: npm
directory: /kotlin-js-store
schedule:
interval: daily
interval: "monthly"

0 comments on commit f0f63f2

Please sign in to comment.