Skip to content

Commit

Permalink
ci: run dependabot version updates monthly
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Sandee committed Jun 16, 2023
1 parent 06e8a70 commit ece2c7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
interval: "monthly"
target-branch: "develop"
commit-message:
prefix: "fix"
Expand All @@ -13,7 +13,7 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
target-branch: "main"
commit-message:
prefix: "ci"

0 comments on commit ece2c7a

Please sign in to comment.