Skip to content

Commit 320a11f

Browse files
committed
move to monthly updates
1 parent 9c587f8 commit 320a11f

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
@@ -12,17 +12,17 @@ updates:
1212
- package-ecosystem: "github-actions"
1313
directory: "/"
1414
schedule:
15-
# Check for updates to GitHub Actions every week
16-
interval: "weekly"
15+
# Check for updates to GitHub Actions every month
16+
interval: "monthly"
1717

1818
# Perform checks and updates for python poetry environment.
1919
# See here for more information:
2020
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#pip-and-pip-compile
2121
- package-ecosystem: "pip"
2222
directory: "/"
2323
schedule:
24-
# Check for updates to poetry lockfile every week
25-
interval: "weekly"
24+
# Check for updates to poetry lockfile every month
25+
interval: "monthly"
2626
groups:
2727
python-packages:
2828
patterns:

0 commit comments

Comments
 (0)