mirror of
https://github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin.git
synced 2026-09-02 20:28:50 +02:00
Compare commits
16
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1a6d812bd4 | ||
|
|
a7915ee370 | ||
|
|
8335f2c3e7 | ||
|
|
9c8a391eff | ||
|
|
6b5dc0243f | ||
|
|
947f56f265 | ||
|
|
75227becca | ||
|
|
0344e82223 | ||
|
|
73e53c7d69 | ||
|
|
96beb9192e | ||
|
|
8eceba35b7 | ||
|
|
440ad19c9d | ||
|
|
e469cd5786 | ||
|
|
1e0dadedb2 | ||
|
|
6958432a7c | ||
|
|
ad7596ff85 |
@@ -1,6 +1,6 @@
|
|||||||
name: Renovate
|
name: Renovate
|
||||||
|
|
||||||
# Self-hosted Renovate: opens dependency-update PRs on a daily schedule.
|
# Self-hosted Renovate: opens dependency-update PRs on a weekly schedule.
|
||||||
# Config lives in /renovate.json. Requires a repo/org secret RENOVATE_TOKEN
|
# Config lives in /renovate.json. Requires a repo/org secret RENOVATE_TOKEN
|
||||||
# (a PAT with `repo` + `workflow` scope, or a fine-grained token with
|
# (a PAT with `repo` + `workflow` scope, or a fine-grained token with
|
||||||
# contents:write + pull-requests:write) so Renovate can push branches and open
|
# contents:write + pull-requests:write) so Renovate can push branches and open
|
||||||
@@ -8,7 +8,7 @@ name: Renovate
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 4 * * *" # every day at 04:00 UTC
|
- cron: "0 4 * * 1" # every Monday at 04:00 UTC
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
logLevel:
|
logLevel:
|
||||||
|
|||||||
Reference in New Issue
Block a user