diff options
author | tv <tv@krebsco.de> | 2024-11-06 19:16:23 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2024-11-06 19:16:23 +0100 |
commit | 77ec527f311091847b800fee01fd050953a65185 (patch) | |
tree | a4633c97ffd55d8b3db7dadfdba2ecb707f65d6c /.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..9922df0 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + commit-message: + prefix: "ci" |