We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6eb769 commit fb80f31Copy full SHA for fb80f31
.github/dependabot.yml
@@ -3,12 +3,12 @@ updates:
3
- package-ecosystem: "github-actions"
4
directory: "/"
5
schedule:
6
- interval: "weekly"
+ interval: "monthly" # Changed from "weekly" to "monthly"
7
open-pull-requests-limit: 10
8
- package-ecosystem: npm
9
10
11
- interval: daily
+ interval: "monthly" # Changed from "daily" to "monthly"
12
commit-message:
13
prefix: fix
14
include: scope
0 commit comments