diff options
| author | 2025-03-02 16:12:46 +0000 | |
|---|---|---|
| committer | 2025-03-02 16:16:36 +0000 | |
| commit | 689fd8d0ae377f56bf3621b64d0fc6c420884435 (patch) | |
| tree | 5d0ba34f54524fa54d0c4e89f54e9880edc3a3ab /.github | |
| parent | Replace taskipy with make (diff) | |
Replace renovate with dependabot
Diffstat (limited to '.github')
| -rw-r--r-- | .github/dependabot.yaml | 17 | 
1 files changed, 17 insertions, 0 deletions
| diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..4d2bee8 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,17 @@ +version: 2 +enable-beta-ecosystems: true +updates: +  - package-ecosystem: "uv" +    directory: "/" +    schedule: +      interval: "daily" +    ignore: +      update-types: +        - sem-ver:patch +        - sem-ver:minor +  - package-ecosystem: "github-actions" +    directory: "/" +    schedule: +      interval: "daily" +    reviewers: +      - "python-discord/devops" | 
