Add workflows for broken links (#20)
Some checks failed
Broken-Links / linkChecker (push) Has been cancelled

* Add Broken Links workflow

* Add Dependabot configuration for GitHub Actions updates

* add explicit lychee-action output

Co-authored-by: ccoVeille <3875889+ccoVeille@users.noreply.github.com>

* Add .lycheeignore to exclude badgen blocking requests

* change issue label to dead-link

---------

Co-authored-by: ccoVeille <3875889+ccoVeille@users.noreply.github.com>
This commit is contained in:
jNullj
2025-06-24 06:47:20 +03:00
committed by GitHub
parent 5cf04b7998
commit 0586a76ba9
3 changed files with 36 additions and 0 deletions

6
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"