Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,10 @@ updates:
interval: "monthly"
cooldown:
default-days: 7

- package-ecosystem: "uv"
directory: "/"
schedule:
interval: "daily"
# Security updates only
open-pull-requests-limit: 0
24 changes: 24 additions & 0 deletions .github/workflows/uvmirror-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: Check uvmirror

permissions:
contents: read

on:
push:
workflow_dispatch:

jobs:
check-uvmirror:
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v6
- uses: opensafely-core/setup-action@v1
with:
install-just: true
install-uv: true
cache: uv

- name: Ensure requirements.uvmirror.txt is consistent with uv.lock
run: just uvmirror && git diff -s --exit-code