From 2ac66654864c6fa7c1e6cc98bed0a04987dd8a5d Mon Sep 17 00:00:00 2001 From: Grant G Date: Sat, 4 May 2024 20:21:27 -0700 Subject: [PATCH] Add `.github/dependabot.yml` --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..36b61c42 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: 'github-actions' + directory: '/' + schedule: + interval: 'daily' + - package-ecosystem: 'npm' + directory: '/' + schedule: + interval: 'daily'