chore: Improve CI workflows, prepare Renovate (#72)

This commit is contained in:
Krypton
2025-10-04 21:20:58 +02:00
committed by GitHub
parent 4099335710
commit 9b40e98223
5 changed files with 18 additions and 0 deletions

1
.dockerignore vendored
View File

@@ -5,4 +5,5 @@ tools/
CONTRIBUTING.md
Dockerfile*
README.md
renovate.json
wordlists.json

View File

@@ -4,6 +4,8 @@ on:
push:
branches:
- main
paths:
- "wordlists/**"
workflow_dispatch:
jobs:

View File

@@ -4,6 +4,8 @@ on:
push:
branches:
- main
paths:
- "wordlists/**"
workflow_dispatch:
jobs:

13
renovate.json vendored Normal file
View File

@@ -0,0 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"helpers:pinGitHubActionDigests",
":gitSignOff"
],
"dependencyDashboard": true,
"dependencyDashboardTitle": "Renovate Dashboard 🤖",
"rangeStrategy": "pin",
"rebaseWhen": "conflicted",
"schedule": ["on friday and saturday"]
}