From 6657ada4c0b0a778a1871ebecbe6f74b68c0b4f1 Mon Sep 17 00:00:00 2001 From: Meredith Lancaster Date: Wed, 22 May 2024 10:52:26 -0600 Subject: [PATCH] add dependabot Signed-off-by: Meredith Lancaster --- .github/dependabot.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..8ec3d41 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,13 @@ +--- +version: 2 +updates: + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 + groups: + minor-patch: + update-types: + - "minor" + - "patch"