Skip to content

Commit 9f624a7

Browse files
Change Dependabot update interval to monthly
Changed the update schedule for npm, pip, and GitHub Actions dependencies from daily to monthly.
1 parent 1291e9c commit 9f624a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ updates:
33
- package-ecosystem: "npm"
44
directory: "/src/"
55
schedule:
6-
interval: "daily"
6+
interval: "monthly"
77
ignore:
88
- dependency-name: "prettier"
99
update-types: ["version-update:semver-patch"]
1010
- package-ecosystem: "pip"
1111
directory: "/src/"
1212
schedule:
13-
interval: "daily"
13+
interval: "monthly"
1414
- package-ecosystem: "github-actions"
1515
directory: "/"
1616
schedule:
17-
interval: "daily"
17+
interval: "monthly"

0 commit comments

Comments
 (0)