Compare commits

...

2 commits

Author SHA1 Message Date
50332e3207 Update dependency com.h2database:h2 to v2 [SECURITY] 2024-11-01 15:21:04 +00:00
5418f5b7e4
2024-11-01 16:19:51 +01:00
3 changed files with 5 additions and 2 deletions

View file

@ -11,6 +11,8 @@ jobs:
runs-on: antville
steps:
- uses: actions/checkout@v4
- name: Run Renovate
run: npx renovate
env:
@ -19,7 +21,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: /home/runner/renovate.json
RENOVATE_CONFIG_FILE: renovate.json
RENOVATE_ENDPOINT: ${{ github.api_url }}
RENOVATE_GIT_AUTHOR: Renovate Bot <mail+renovate@antville.org>
#RENOVATE_GIT_IGNORED_AUTHORS:

View file

@ -20,6 +20,7 @@
},
"labels": ["dependency"],
"gitIgnoredAuthors": ["29139614+renovate[bot]@users.noreply.github.com"],
"packageRules": [
{

View file

@ -11,7 +11,7 @@ clean {
}
dependencies {
implementation 'com.h2database:h2:1.4.200'
implementation 'com.h2database:h2:2.2.220'
}
configurations {