add dependabot.yml

This commit is contained in:
2024-11-29 18:38:51 -06:00
parent a512cce797
commit fb8a63b5c2
+15
View File
@@ -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'