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