diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..2c001e23ea --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,18 @@ +version: 2 +updates: + - package-ecosystem: 'npm' + directory: '/' + schedule: + interval: 'daily' + time: '02:00' + - package-ecosystem: 'npm' + directory: '/' + target-branch: 'master' + schedule: + interval: 'daily' + time: '01:00' + - package-ecosystem: 'github-actions' + directory: '/' + schedule: + interval: 'daily' + time: '03:00'