| commit | fc3a05c7fba24d143aa270d1b3ad74144d2388ab | [log] [tgz] |
|---|---|---|
| author | Devon Carew <devoncarew@google.com> | Wed May 10 14:28:19 2023 -0700 |
| committer | GitHub <noreply@github.com> | Wed May 10 14:28:19 2023 -0700 |
| tree | 9961416a088c9ed94dc4cb8a8957f1c2cad8f3fd | |
| parent | 8fadd3d9c5ec313f1c8e8598003c9039e69c9977 [diff] |
blast_repo fixes (dart-lang/yaml_edit#53) dependabot
diff --git a/pkgs/yaml_edit/.github/dependabot.yml b/pkgs/yaml_edit/.github/dependabot.yml index 1603cdd..725f03a 100644 --- a/pkgs/yaml_edit/.github/dependabot.yml +++ b/pkgs/yaml_edit/.github/dependabot.yml
@@ -3,7 +3,9 @@ version: 2 updates: - - package-ecosystem: "github-actions" - directory: "/" + - package-ecosystem: github-actions + directory: / schedule: - interval: "monthly" + interval: monthly + labels: + - autosubmit