diff options
author | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2021-04-26 20:34:38 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhsoting.net> | 2021-04-26 20:34:38 +0200 |
commit | 57be5b9e80075d32249105407879dd1d2bac460b (patch) | |
tree | f161e88bc941e1c861b1dd1a34a332f8cdc53f7a /.github/dependabot.yml | |
parent | cf9293531802f491b4b145d98a4900e72a7d105b (diff) | |
parent | 7d4216c07bd36b69ae7f5eabb7b4d6b59166a508 (diff) |
Merge branch 'feature/upstream' into develop
Diffstat (limited to '.github/dependabot.yml')
-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..b149019 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,15 @@ +# Copyright (C) 2021 Sebastian Pipping <sebastian@pipping.org> +# Licensed under the MIT license + +version: 2 +updates: + + - package-ecosystem: "github-actions" + commit-message: + include: "scope" + prefix: "Actions" + directory: "/" + labels: + - "enhancement" + schedule: + interval: "weekly" |