There was an error while loading. Please reload this page.
2 parents 1a63597 + 380ba3c commit 3498bf2Copy full SHA for 3498bf2
3 files changed
.github/dependabot.yml
@@ -0,0 +1,15 @@
1
+version: 2
2
+
3
+updates:
4
+ - package-ecosystem: "uv"
5
+ directory: "/"
6
+ schedule:
7
+ interval: "weekly"
8
+ groups:
9
+ minor-and-patch:
10
+ applies-to: version-updates
11
+ patterns:
12
+ - "*"
13
+ update-types:
14
+ - "minor"
15
+ - "patch"
.github/workflows/ci.yml
@@ -1,8 +1,15 @@
name: CI
on:
+ push:
+ branches:
+ - master
+ pull_request:
workflow_dispatch:
+permissions:
+ contents: read
jobs:
test:
runs-on: ${{ matrix.os }}
0 commit comments