Skip to content

Commit

Permalink
dependabot.yml - run monthly rather than daily (#399)
Browse files Browse the repository at this point in the history
* dependabot.yml - run weekly rather than daily

* Update dependabot.yml
  • Loading branch information
eduardo-rodrigues authored May 10, 2022
1 parent 03b9538 commit b0ee16b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "monthly"
ignore:
- dependency-name: "actions/*"
update-types: ["version-update:semver-minor", "version-update:semver-patch"]

0 comments on commit b0ee16b

Please sign in to comment.