commit | 745db378f3fb4d0227ef53dbf13a1390d7bb67bb | [log] [tgz] |
---|---|---|
author | Devon Carew <devoncarew@google.com> | Wed May 17 10:40:21 2023 -0700 |
committer | GitHub <noreply@github.com> | Wed May 17 10:40:21 2023 -0700 |
tree | 243201f686fd2ca376e0706f346afe8d56739511 | |
parent | fadea3d1d4d238573ccad4e4e8b9675107e11318 [diff] |
blast_repo fixes (dart-lang/glob#77) dependabot
diff --git a/pkgs/glob/.github/dependabot.yml b/pkgs/glob/.github/dependabot.yml index 2144819..439e796 100644 --- a/pkgs/glob/.github/dependabot.yml +++ b/pkgs/glob/.github/dependabot.yml
@@ -2,7 +2,9 @@ version: 2 updates: - - package-ecosystem: "github-actions" - directory: "/" + - package-ecosystem: github-actions + directory: / schedule: - interval: "monthly" + interval: monthly + labels: + - autosubmit