Skip to content

Commit 778db75

Browse files
authored
Infra: Run dependabot check weekly (#1850)
<!-- Thanks for opening a pull request! --> <!-- In the case this PR will resolve an issue, please replace ${GITHUB_ISSUE_ID} below with the actual Github issue id. --> <!-- Closes #${GITHUB_ISSUE_ID} --> Closes #1815 # Rationale for this change We have a lot of dependabot commits (in the 0.9.0 release, 148 commits were from contributors and 95 from Dependabot) Dependabot config doc https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#required-keys # Are these changes tested? yes # Are there any user-facing changes? no <!-- In the case of user-facing changes, please add the changelog label. -->
1 parent 87f9e7a commit 778db75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ updates:
2222
- package-ecosystem: "pip"
2323
directory: "/"
2424
schedule:
25-
interval: "daily"
25+
interval: "weekly"
2626
open-pull-requests-limit: 50
2727
- package-ecosystem: "github-actions"
2828
directory: "/"
2929
schedule:
30-
interval: "daily"
30+
interval: "weekly"

0 commit comments

Comments
 (0)