Skip to content

Commit

Permalink
chore: run dependabot monthly
Browse files Browse the repository at this point in the history
  • Loading branch information
le0m committed Oct 28, 2024
1 parent 992d2e9 commit 90ad276
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 @@ -11,7 +11,7 @@ updates:
- "/plain"
- "/lambda"
schedule:
interval: "weekly"
interval: "monthly"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]
Expand All @@ -29,7 +29,7 @@ updates:
- package-ecosystem: "terraform"
directory: "/terraform"
schedule:
interval: "weekly"
interval: "monthly"
groups:
aws:
patterns: ['aws']
Expand All @@ -38,7 +38,7 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
groups:
gh-actions:
patterns: ['actions/*']
Expand Down

0 comments on commit 90ad276

Please sign in to comment.