From 4964e391caab52edaee93e980378a8d17c84368c Mon Sep 17 00:00:00 2001 From: cjihrig Date: Wed, 8 Jan 2025 16:51:11 -0500 Subject: [PATCH] chore: migrate dependabot config from master branch This commit moves the dependabot config from the master branch to the main branch. I noticed that it seemed like dependabot PRs had slowed down recently, even after the holiday season. --- .github/dependabot.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/dependabot.yml 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'