diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..99d260f0 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +version: 2 +updates: + # Configuration for npm + - package-ecosystem: 'npm' + directory: . + schedule: + # Check the npm registry for updates at 4am UTC + interval: 'daily' + time: '04:00' + open-pull-requests-limit: 20 + target-branch: 'integration/dependabot' + labels: + - 'dependencies' + - 'automerge'