diff options
| author | seth <[email protected]> | 2024-05-21 19:53:34 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-05-21 20:07:55 -0400 |
| commit | e8615964144b92d910fca165debcb68a0ffecf88 (patch) | |
| tree | 6307a7a79fb3b1b8458554d3cb9ccf09bb2fad05 /.github/dependabot.yml | |
initial commitv0.1.0
Diffstat (limited to '.github/dependabot.yml')
| -rw-r--r-- | .github/dependabot.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..4c39a33 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + commit-message: + prefix: "ci" |
