commit 897e6ba3c003d253e70253321fd275a3eb9a91a9 parent f62db84a5dbc049c0b19c7eba72bb3f8b76cb3f7 Author: David Auer <dreua@posteo.de> Date: Thu, 9 Nov 2023 01:17:34 +0100 Add dependabot for github actions Diffstat:
A | .github/dependabot.yml | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" +