Skip to content

Commit ae4a0c8

Browse files
committed
dependabot run every 15 mins
1 parent 1901269 commit ae4a0c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ updates:
55
directory: "/"
66
schedule:
77
interval: "cron"
8-
cronjob: "*/10 * * * *" # every 10 minutes UTC
8+
cronjob: "15 * * * *" # every 15 minutes
99
open-pull-requests-limit: 1
1010
allow:
1111
- dependency-name: "flet*"

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Flet Build Linux
5959
run: |
6060
uv venv
61-
uv run --group dev flet build linux --yes --verbose --build-number=$BUILD_NUMBER --build-version=$BUILD_VERSION
61+
uv run flet build linux --yes --verbose --build-number=$BUILD_NUMBER --build-version=$BUILD_VERSION
6262
6363
- name: Upload Linux Artifact
6464
uses: actions/[email protected]

0 commit comments

Comments
 (0)