From acbd5b700f050631003adcb824120782496b4b4b Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 25 Mar 2022 07:40:12 +0200 Subject: Add dependabot config for actions (#442) --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..ce9df8b --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: monthly -- cgit v1.2.3