From 375a1dd359cff7b330f57d535518d8969c7069e9 Mon Sep 17 00:00:00 2001 From: Leonard Lawton Date: Fri, 12 Apr 2024 07:06:38 -0700 Subject: [PATCH] chore: add dependabot configuration --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..d6400bc08 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ + +# 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" + ignore: + - dependency-name: '*' + update-types: ["version-update:semver-patch", "version-update:semver-minor"]