diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..5a9b24b --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,15 @@ +version: 2 +updates: + # Monthly dependency updates + - package-ecosystem: npm + directory: / + schedule: + interval: monthly + labels: + - pr-priority + groups: + update-dependencies: + patterns: + - "*" + versioning-strategy: increase + open-pull-requests-limit: 1 \ No newline at end of file