diff options
| author | 2025-11-09 16:20:08 +0000 | |
|---|---|---|
| committer | 2025-11-09 20:35:51 +0000 | |
| commit | 3981e75b00e186189eb23ae65cd08fdab86e6136 (patch) | |
| tree | fcee07eb3401bff5a81108676af6da996ede1219 | |
| parent | Replace most references to poetry with uv (diff) | |
Update dependabot to work with uv
| -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" |