diff options
author | Sebastian Pipping <sebastian@pipping.org> | 2023-11-10 23:12:36 +0100 |
---|---|---|
committer | Sebastian Pipping <sebastian@pipping.org> | 2023-11-12 16:43:40 +0100 |
commit | c9ff79f95c62f8df27af21dfb182ade951f6d11b (patch) | |
tree | 3123ea2378a3d87674979f94c81fecbeb2d3d2c1 /.github | |
parent | 7165c0e80c905f3ad5297bccf86b3c0a40959c9d (diff) | |
download | bindfs-c9ff79f95c62f8df27af21dfb182ade951f6d11b.tar.gz |
Make GitHub Dependabot keep our GitHub Actions up to date
Diffstat (limited to '.github')
-rw-r--r-- | .github/dependabot.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..dc5c447 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,15 @@ +# Copyright (c) 2023 Sebastian Pipping <sebastian@pipping.org> +# Licensed under GPL v2 or later + +version: 2 +updates: + + - package-ecosystem: "github-actions" + commit-message: + include: "scope" + prefix: "Actions" + directory: "/" + labels: + - "enhancement" + schedule: + interval: "weekly" |