diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..d14fcefd --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +# Set update schedule for GitHub Actions + +version: 2 +updates: + + - package-ecosystem: "github-actions" + directory: "/" + labels: ["CI"] + schedule: + # Check for updates to GitHub Actions every weekday + interval: "daily" +