commit | 6bb314f2176598a5ecc4770a3bbd42626e18b576 | [log] [tgz] |
---|---|---|
author | Devon Carew <devoncarew@google.com> | Fri May 19 09:52:39 2023 -0700 |
committer | GitHub <noreply@github.com> | Fri May 19 09:52:39 2023 -0700 |
tree | 6f0c25b3d12a9ccf6799b9241a83fe9f44be77af | |
parent | 3bc6e54553b59f551cce05b04b95b4cf4b88d187 [diff] |
blast_repo fixes (#58) dependabot
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d5262be..c84404d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml
@@ -4,8 +4,9 @@ version: 2 updates: -- package-ecosystem: "github-actions" - directory: "/" +- package-ecosystem: github-actions + directory: / schedule: - # Check for updates to GitHub Actions every weekday - interval: "monthly" + interval: monthly + labels: + - autosubmit