summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
authorseth <[email protected]>2024-05-22 20:38:40 -0400
committerseth <[email protected]>2024-05-22 20:37:10 -0600
commit573c04045c247791523062205dcc76b5cf69066c (patch)
treead0d6c53b8eb7dda17a30ccb7e02a30a6622399f /.github/dependabot.yml
parent250d3ef82f6528647809a60df75aa54e235a7a0a (diff)
ci: garnix -> gha for 12343894th time
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r--.github/dependabot.yml6
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"