commit e3ebaab0e7265fc8b4f818fb3131035abd0c4e60 parent b18a45bde928628b17d43f88d72ceea4998e10d2 Author: iostpa <iostpa@iostpa.com> Date: Fri, 3 Apr 2026 20:37:29 +0300 Add dependabot back Diffstat:
| A | .github/dependabot.yml | | | 12 | ++++++++++++ |
| D | renovate.json | | | 4 | ---- |
2 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + - package-ecosystem: "bun" # See documentation for possible values + target-branch: "main" + directory: "/" # Location of package manifests + schedule: + interval: "daily" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"+ \ No newline at end of file diff --git a/renovate.json b/renovate.json @@ -1,4 +0,0 @@ -{ - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:recommended", ":disableDependencyDashboard"] -}