Skip to content

Commit 7d2edd5

Browse files
authored
Merge pull request #192 from CloudNativeLinz/copilot/change-dependabot-schedule-to-monthly
chore: switch dependabot schedule from weekly to monthly
2 parents 79e0f89 + 6ad7627 commit 7d2edd5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,22 @@ updates:
44
- package-ecosystem: "github-actions"
55
directory: "/"
66
schedule:
7-
interval: "weekly"
7+
interval: "monthly"
88

99
# Keep Ruby gems (Jekyll + plugins) up to date
1010
- package-ecosystem: "bundler"
1111
directory: "/"
1212
schedule:
13-
interval: "weekly"
13+
interval: "monthly"
1414

1515
# Keep Python packages up to date
1616
- package-ecosystem: "pip"
1717
directory: "/"
1818
schedule:
19-
interval: "weekly"
19+
interval: "monthly"
2020

2121
# Keep Docker base image up to date
2222
- package-ecosystem: "docker"
2323
directory: "/.devcontainer"
2424
schedule:
25-
interval: "weekly"
25+
interval: "monthly"

0 commit comments

Comments
 (0)