From 8f4df93a5ae38b4246c41681433c9b3a4353274e Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Tue, 9 Jan 2024 11:28:15 -0500 Subject: [PATCH] add dependabot config (#101) Signed-off-by: William Woodruff --- .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..ae42f1d --- /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: 99 + rebase-strategy: "disabled" + groups: + actions: + patterns: + - "*"