File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments