From 4acb1c2da4d2dca26b2f873992abd01fbfefa93f Mon Sep 17 00:00:00 2001 From: GrantBirki Date: Fri, 1 Dec 2023 12:46:21 -0700 Subject: [PATCH] add dependabot config --- .github/dependabot.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..20cfb75 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,19 @@ +--- +version: 2 +updates: + - package-ecosystem: github-actions + directory: "/" + groups: + github-actions: + patterns: + - "*" + schedule: + interval: monthly + - package-ecosystem: npm + directory: "/" + groups: + npm-dependencies: + patterns: + - "*" + schedule: + interval: monthly