1 parent 2a74dbb commit a7c1951Copy full SHA for a7c1951
3 files changed
.github/dependabot.yml
@@ -15,7 +15,7 @@ updates:
15
schedule:
16
interval: "daily"
17
18
- - package-ecosystem: "pip"
+ - package-ecosystem: "uv"
19
directory: "/"
20
open-pull-requests-limit: 10
21
.github/workflows/codeql-analysis.yml
@@ -5,9 +5,6 @@ name: "CodeQL"
5
on:
6
push:
7
branches: [ "main" ]
8
- pull_request:
9
- # The branches below must be a subset of the branches above
10
- branches: [ "main" ]
11
12
- cron: '41 10 * * 5'
13
.github/workflows/ruff.yml
@@ -5,10 +5,9 @@ name: Ruff
branches:
- - '**'
- branches:
+ - '*'
+ tags-ignore:
+ - 'v*' # Avoid re-running existing commit on release
permissions:
14
contents: write
0 commit comments