diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 1bc6e74..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,16 +0,0 @@ ---- -# Set update schedule for GitHub Actions - -version: 2 -updates: - - - package-ecosystem: "github-actions" - directory: "/" - schedule: - # Check for updates to GitHub Actions every weekday - interval: "daily" - labels: - - "dependencies" - - "patch" - reviewers: - - "johnboyes"