Skip to content

Commit 946a5dd

Browse files
committed
change dependabot monthly
1 parent caa7ce3 commit 946a5dd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ updates:
44
- package-ecosystem: "github-actions"
55
directory: "/" # Where your .github/workflows/ folder is
66
schedule:
7-
interval: "weekly"
7+
interval: "monthly"
88

99
# Gradle - updates dependencies in build.gradle or build.gradle.kts
1010
- package-ecosystem: "gradle"
1111
directory: "/" # Adjust if build.gradle is in a subfolder
1212
schedule:
13-
interval: "weekly"
14-
13+
interval: "monthly"
14+
1515
# NPM
1616
- package-ecosystem: "npm"
1717
directory: "/" # adjust if needed
1818
schedule:
19-
interval: "weekly"
19+
interval: "monthly"

0 commit comments

Comments
 (0)