We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f553580 commit 31226a8Copy full SHA for 31226a8
.github/workflows/build.yml
@@ -17,7 +17,7 @@ permissions:
17
18
jobs:
19
build:
20
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
21
steps:
22
- uses: actions/checkout@v4
23
- uses: docker/setup-buildx-action@v3
renovate.json
@@ -0,0 +1,19 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": [
4
+ "config:base",
5
+ ":disableDependencyDashboard",
6
+ ":prHourlyLimitNone",
7
+ ":semanticCommitScopeDisabled",
8
+ ":automergeMinor",
9
+ ":assignee(@Tbaile)"
10
+ ],
11
+ "vulnerabilityAlerts": {
12
+ "labels": [
13
+ "security"
14
15
+ "assignees": [
16
+ "@Tbaile"
+ ]
+ }
+}
0 commit comments