commit 10d3a0c437bec5d993a6216e4f54f907a7841917 parent 9712ab645965e0d6a4c739967f476f70ee568b54 Author: Amit Dutta <mail@amit.is-a.dev> Date: Thu, 13 Aug 2026 23:32:59 +0530 Merge pull request #38 from notamitgamer2/add-dependabot-config Add Dependabot config for npm and GitHub Actions Diffstat:
| A | .github/dependabot.yml | | | 11 | +++++++++++ |
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "daily" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"