Compare commits
48 commits
038394e1ec
...
d9c8139f76
Author | SHA1 | Date | |
---|---|---|---|
d9c8139f76 | |||
969c1f9ee9 | |||
854874ecc0 | |||
536eb79a1b | |||
719db9f611 | |||
68868a69fa | |||
0c6bf61358 | |||
109439924b | |||
354f377589 | |||
6abdb8670f | |||
4c8966b496 | |||
81b16a6408 | |||
74f9499f08 | |||
b868602ddf | |||
d928040128 | |||
fe958fa1fe | |||
ac128dd20d | |||
888e44c1a3 | |||
bfc6e7d31b | |||
9047b3d355 | |||
41fb43a6c6 | |||
8826324152 | |||
bb507b4471 | |||
3cb6cbb030 | |||
8577506750 | |||
8d7d527dbb | |||
ebe1f6e6a2 | |||
1ba0e810d7 | |||
cf3bc045a0 | |||
dea5a5535f | |||
7a50a8cffb | |||
f3a85b12f8 | |||
be39488d3b | |||
00f801cc7f | |||
cdb4c11680 | |||
8dc9664f8a | |||
c4a0bfcc6f | |||
a62f8d53f5 | |||
bf8f645c25 | |||
675b5c9a7e | |||
4ba9e7a390 | |||
003283e0f5 | |||
711664e135 | |||
91e98b19db | |||
de7cbfa991 | |||
b69a690969 | |||
c19cee423e | |||
37dd31b3aa |
2 changed files with 5 additions and 8 deletions
12
.github/workflows/renovate.yml
vendored
12
.github/workflows/renovate.yml
vendored
|
@ -1,18 +1,16 @@
|
|||
name: Run Renovate
|
||||
|
||||
#on: workflow_dispatch
|
||||
on: workflow_dispatch
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "42 * * * *"
|
||||
#on:
|
||||
# schedule:
|
||||
# - cron: "42 * * * *"
|
||||
|
||||
jobs:
|
||||
renovate:
|
||||
runs-on: antville
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Run Renovate
|
||||
run: npx renovate
|
||||
env:
|
||||
|
@ -21,7 +19,7 @@ jobs:
|
|||
# See <https://docs.renovatebot.com/troubleshooting/#log-debug-levels>
|
||||
LOG_LEVEL: info # debug | info | warn | error | fatal
|
||||
RENOVATE_AUTODISCOVER: 'true'
|
||||
RENOVATE_CONFIG_FILE: renovate.json
|
||||
RENOVATE_CONFIG_FILE: /home/runner/renovate.json
|
||||
RENOVATE_ENDPOINT: ${{ github.api_url }}
|
||||
RENOVATE_GIT_AUTHOR: Renovate Bot <mail+renovate@antville.org>
|
||||
#RENOVATE_GIT_IGNORED_AUTHORS:
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
},
|
||||
|
||||
"labels": ["dependency"],
|
||||
"gitIgnoredAuthors": ["29139614+renovate[bot]@users.noreply.github.com"],
|
||||
|
||||
"packageRules": [
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue