From 2a7a96d388a419965d471ea2ce48227963fbbfe2 Mon Sep 17 00:00:00 2001 From: Scott Patten Date: Thu, 3 Oct 2024 11:21:55 -0700 Subject: [PATCH] Dependabot configuration to update actions in workflow (#47) * Dependabot configuration to update actions in workflow * change to daily update and limit open PRs --------- Co-authored-by: Scott Brenner --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..b940a74 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + open-pull-requests-limit: 1