diff options
author | 2024-04-28 11:59:36 +0200 | |
---|---|---|
committer | 2024-04-28 10:59:36 +0100 | |
commit | 9132a80d086a263d5bd008d86c103dcf10e63784 (patch) | |
tree | 8e2c983f4f12758c59e88300b12d944e4551345f /.github | |
parent | Do not use vault token for linting branches (#245) (diff) |
Update hugo theme submodule with dependabot (#246)
Diffstat (limited to '.github')
-rw-r--r-- | .github/dependabot.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7b15499..805b172 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,3 +14,10 @@ updates: interval: "weekly" reviewers: - "python-discord/devops" + + - package-ecosystem: "gitsubmodule" + directory: "/" + schedule: + interval: "monthly" + reviewers: + - "python-discord/devops" |