diff options
| author | seth <[email protected]> | 2024-05-22 01:25:59 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-05-22 16:21:31 -0600 |
| commit | 859214cf9ad3fe589c557d560c2ee1acafece4f2 (patch) | |
| tree | 52a83507daebb02a1482d4b2dd31fa1567bdf284 /.github/dependabot.yml | |
| parent | 2b7d1b3cc31e9200639459236c267f1d65021b38 (diff) | |
ci: reorganize/refactor workflows
Diffstat (limited to '.github/dependabot.yml')
| -rw-r--r-- | .github/dependabot.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1d662ce..4c39a33 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,8 +1,8 @@ version: 2 updates: - - package-ecosystem: "github-actions" # See documentation for possible values - directory: "/" # Location of package manifests + - package-ecosystem: "github-actions" + directory: "/" schedule: interval: "weekly" commit-message: - prefix: "actions" + prefix: "ci" |
