Compare commits

...

2 commits

Author SHA1 Message Date
Jeremiah Lowin
8352ab75c4 Remove uv lockfile monitoring from Dependabot 2026-01-22 09:33:26 -05:00
Jeremiah Lowin
f09bb55385 Skip label triage for Dependabot PRs 2026-01-22 09:24:43 -05:00
2 changed files with 1 additions and 6 deletions

View file

@ -1,11 +1,5 @@
version: 2
updates:
- package-ecosystem: "uv"
directory: "/"
schedule:
interval: "daily"
labels:
- "dependencies"
- package-ecosystem: "pip"
directory: "/"
schedule:

View file

@ -19,6 +19,7 @@ concurrency:
jobs:
label-issue-or-pr:
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
timeout-minutes: 10
permissions: