Skip to content

Commit 3da5b9e

Browse files
authored
Improve renovate (#1379)
Signed-off-by: Gregor Zeitlinger <[email protected]>
1 parent 36365b9 commit 3da5b9e

File tree

107 files changed

+1023
-1044
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+1023
-1044
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ root = true
44
max_line_length = 100
55
indent_size = 2
66

7-
[{version-rules.xml,maven-wrapper.properties,checkstyle.xml,docker-compose.yaml,docker-compose.yml,Dockerfile,example_target_info.json,mise.toml,mise.lock,mvnm,mvnw.cmd,generate-protobuf.sh,super-linter.env,.gitleaksignore}]
7+
[{version-rules.xml,maven-wrapper.properties,checkstyle.xml,docker-compose.yaml,docker-compose.yml,Dockerfile,example_target_info.json,mise.toml,mvnm,mvnw.cmd,generate-protobuf.sh,super-linter.env,.gitleaksignore}]
88
max_line_length = 200
99

1010
[{grafana-dashboard-*.json,.editorconfig}]

.github/dependabot.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

.github/workflows/acceptance-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,7 @@ jobs:
1414
persist-credentials: false
1515
uses: actions/checkout@v4
1616
- uses: jdx/mise-action@c94f0bf9e520b150e34c017db785461f7e71c5fb # v2.1.1
17+
env:
18+
MISE_ENABLE_TOOLS: oats,java
1719
- name: Run acceptance tests
1820
run: mise run acceptance-test

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
with:
1414
persist-credentials: false
1515
- uses: jdx/mise-action@c94f0bf9e520b150e34c017db785461f7e71c5fb # v2.1.1
16+
env:
17+
MISE_ENABLE_TOOLS: java,protoc
1618
- name: Cache local Maven repository
1719
uses: actions/cache@v4
1820
with:

.github/workflows/github-pages.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
fetch-tags: "true"
3838
fetch-depth: 0
3939
- uses: jdx/mise-action@c94f0bf9e520b150e34c017db785461f7e71c5fb # v2.1.1
40+
env:
41+
MISE_ENABLE_TOOLS: hugo,java
4042
with:
4143
cache: "false"
4244
- name: Setup Pages

.github/workflows/lint-rest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,7 @@ jobs:
1414
persist-credentials: false
1515
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1616
- uses: jdx/mise-action@c94f0bf9e520b150e34c017db785461f7e71c5fb # v2.1.1
17+
env:
18+
MISE_ENABLE_TOOLS: lychee,zizmor
1719
- name: Lint
1820
run: mise run lint-rest

.github/workflows/native-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,7 @@ jobs:
1414
persist-credentials: false
1515
uses: actions/checkout@v4
1616
- uses: jdx/mise-action@c94f0bf9e520b150e34c017db785461f7e71c5fb # v2.1.1
17+
env:
18+
MISE_ENABLE_TOOLS: java
1719
- name: Run native tests
1820
run: mise run native-test

.github/workflows/test-release-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
with:
1818
persist-credentials: false
1919
- uses: jdx/mise-action@c94f0bf9e520b150e34c017db785461f7e71c5fb # v2.1.1
20+
env:
21+
MISE_ENABLE_TOOLS: java
2022
- name: Cache local Maven repository
2123
uses: actions/cache@v4
2224
with:
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<ruleset comparisonMethod="maven"
22
xmlns="http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0 https://www.mojohaus.org/versions-maven-plugin/xsd/rule-2.0.0.xsd">
4-
<rules>
5-
<rule groupId="org.apache.tomcat.embed" comparisonMethod="maven">
6-
<ignoreVersions>
7-
<!-- ignore milestone releases -->
8-
<ignoreVersion type="regex">.*-M[0-9]+</ignoreVersion>
9-
</ignoreVersions>
10-
</rule>
11-
</rules>
4+
<rules>
5+
<rule groupId="org.apache.tomcat.embed" comparisonMethod="maven">
6+
<ignoreVersions>
7+
<!-- ignore milestone releases -->
8+
<ignoreVersion type="regex">.*-M[0-9]+</ignoreVersion>
9+
</ignoreVersions>
10+
</rule>
11+
</rules>
1212
</ruleset>
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<ruleset comparisonMethod="maven"
22
xmlns="http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0 https://www.mojohaus.org/versions-maven-plugin/xsd/rule-2.0.0.xsd">
4-
<rules>
5-
<rule groupId="org.apache.tomcat.embed" comparisonMethod="maven">
6-
<ignoreVersions>
7-
<!-- ignore milestone releases -->
8-
<ignoreVersion type="regex">.*-M[0-9]+</ignoreVersion>
9-
</ignoreVersions>
10-
</rule>
11-
</rules>
4+
<rules>
5+
<rule groupId="org.apache.tomcat.embed" comparisonMethod="maven">
6+
<ignoreVersions>
7+
<!-- ignore milestone releases -->
8+
<ignoreVersion type="regex">.*-M[0-9]+</ignoreVersion>
9+
</ignoreVersions>
10+
</rule>
11+
</rules>
1212
</ruleset>

0 commit comments

Comments
 (0)