diff --git a/.github/workflows/update-github-actions.yml b/.github/workflows/update-github-actions.yml new file mode 100644 index 0000000..91f302a --- /dev/null +++ b/.github/workflows/update-github-actions.yml @@ -0,0 +1,9 @@ +version: 2 +updates: + + # Maintain dependencies for GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" +