diff options
| author | seth <[email protected]> | 2024-01-26 05:43:47 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-01-26 05:43:47 -0500 |
| commit | 90c83b4694150bdcfe4fcac1c55fcfdef17c3612 (patch) | |
| tree | 74f3a8d9cac0b972fc7e50fdcf2403f60e39795e /.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" |
