commit | 7ba155ac2cf09ab29d0bf41a5e67d03e12760cf0 | [log] [tgz] |
---|---|---|
author | Devon Carew <devoncarew@google.com> | Mon May 22 09:21:03 2023 -0700 |
committer | GitHub <noreply@github.com> | Mon May 22 09:21:03 2023 -0700 |
tree | 4fa29bbd1862fe4e2668dfeaa2ab47e67a3d4e2d | |
parent | fa2486d7c5422638066227f5f230c27cc7073b5c [diff] |
blast_repo fixes (#141) dependabot
diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 2144819..439e796 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml
@@ -2,7 +2,9 @@ version: 2 updates: - - package-ecosystem: "github-actions" - directory: "/" + - package-ecosystem: github-actions + directory: / schedule: - interval: "monthly" + interval: monthly + labels: + - autosubmit