diff options
| author | seth <[email protected]> | 2023-09-01 15:35:00 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-09-06 10:48:13 -0400 |
| commit | 27bee5c6bc5ab8df93f2be20fc9e20ed6e71bd27 (patch) | |
| tree | 2b1e8872f28aa51ca7c5a12ade51a3dca2de2bdf /.github/dependabot.yml | |
initial commit
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..1d662ce --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" + commit-message: + prefix: "actions" |
