diff options
| -rw-r--r-- | .github/dependabot.yml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b38df29f..9a12ef40 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,16 @@ version: 2 + updates: - - package-ecosystem: "pip" + - package-ecosystem: "uv" + directory: "/" + schedule: + interval: "daily" + ignore: + - dependency-name: "*" + update-types: + - version-update:semver-patch + - version-update:semver-minor + - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" |