v1.9.6
🩹[Patch]: Configure Dependabot for daily schedule with 7-day cooldown (#88)
Summary
Configures Dependabot for daily update checking with a 7-day cooldown period and pins GitHub Actions to specific commit SHAs for improved security and reproducibility.
Changes
Dependabot Configuration
- Changed update interval from
weeklytodailyforgithub-actionspackage ecosystem - Added 7-day cooldown period to reduce update noise while maintaining timely dependency updates
- Removed
nugetpackage ecosystem (not used in this repository)
Workflow Improvements
- Pinned
actions/checkoutto commit SHAde0fac2e4500dabe0009e67214ff5f5447ce83dd(v6.0.2) - Pinned
super-linter/super-linterto commit SHAd5b0a2ab116623730dd094f15ddc1b6b25bf7b99(v8.3.2) - Pinned
PSModule/GitHub-Scriptto commit SHAe827bea46d70eebc668bdd59e4654e0846177da4(v1.7.9) - Changed trigger from
pull_request_targettopull_requestin Auto-Release workflow - Disabled
VALIDATE_BIOME_FORMATin linter configuration
Cleanup
- Removed deprecated
.github/release.ymlconfiguration file - Fixed minor markdown formatting in README.md (spacing in table)
Documentation
- Fixed spelling errors throughout documentation:
- "Continiuous" → "Continuous"
- "wether" → "whether" (multiple occurrences in README.md and action.yml)