Skip to content

Commit

Permalink
Merge pull request #253 from themoeway/reduce-dependabot-frequency
Browse files Browse the repository at this point in the history
Reduce dependabot frequency from weekly to monthly
  • Loading branch information
djahandarie authored Sep 23, 2023
2 parents e853023 + 5d04dd8 commit 5f43c15
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: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
labels:
- "area/dependencies"
groups: # group minor/patch updates together
Expand All @@ -17,7 +17,7 @@ updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
labels:
- "area/dependencies"
groups: # group minor/patch updates together
Expand Down

0 comments on commit 5f43c15

Please sign in to comment.