From fb8a63b5c2d822b82e32462d4c71be0f457b98c6 Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Fri, 29 Nov 2024 18:38:51 -0600 Subject: [PATCH] add dependabot.yml --- .github/dependabot.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..a9f7cd1 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,15 @@ +version: 2 +updates: + # groups + - package-ecosystem: 'npm' + directory: '/' + schedule: + interval: 'weekly' + groups: + angular: + applies-to: version-updates + patterns: + - '@angular*' + update-types: + - 'minor' + - 'patch' \ No newline at end of file