Skip to content

Commit a7c1951

Browse files
committed
chore: Updated pipeline run conditions and dependabot rules
1 parent 2a74dbb commit a7c1951

3 files changed

Lines changed: 4 additions & 8 deletions

File tree

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ updates:
1515
schedule:
1616
interval: "daily"
1717

18-
- package-ecosystem: "pip"
18+
- package-ecosystem: "uv"
1919
directory: "/"
2020
open-pull-requests-limit: 10
2121
schedule:

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ name: "CodeQL"
55
on:
66
push:
77
branches: [ "main" ]
8-
pull_request:
9-
# The branches below must be a subset of the branches above
10-
branches: [ "main" ]
118
schedule:
129
- cron: '41 10 * * 5'
1310

.github/workflows/ruff.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ name: Ruff
55
on:
66
push:
77
branches:
8-
- '**'
9-
pull_request:
10-
branches:
11-
- '**'
8+
- '*'
9+
tags-ignore:
10+
- 'v*' # Avoid re-running existing commit on release
1211

1312
permissions:
1413
contents: write

0 commit comments

Comments
 (0)