From: Marc Fehling Date: Sun, 22 May 2022 00:37:29 +0000 (-0600) Subject: Added dependabot for github-actions. X-Git-Tag: v9.4.0-rc1~181^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed4eeea84b5413cb99d60ab06c1e15ab0d005900;p=dealii.git Added dependabot for github-actions. --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..dfd0e30861 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +# Set update schedule for GitHub Actions + +version: 2 +updates: + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every week + interval: "weekly"