Skip to content

Commit c940381

Browse files
committed
Update dependabot configuration to change update intervals from weekly to monthly
1 parent 4c7cfb6 commit c940381

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ updates:
44
- package-ecosystem: "github-actions"
55
directory: "/" # Where your .github/workflows/ folder is
66
schedule:
7-
interval: "weekly"
8-
7+
interval: "monthly"
8+
99
# NPM
1010
- package-ecosystem: "npm"
1111
directory: "/system/exceptions" # adjust if needed
1212
schedule:
13-
interval: "weekly"
13+
interval: "monthly"

0 commit comments

Comments
 (0)