Skip to content

v1.9.6

Choose a tag to compare

@github-actions github-actions released this 25 Jan 16:53
5f5f023

🩹[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 weekly to daily for github-actions package ecosystem
  • Added 7-day cooldown period to reduce update noise while maintaining timely dependency updates
  • Removed nuget package ecosystem (not used in this repository)

Workflow Improvements

  • Pinned actions/checkout to commit SHA de0fac2e4500dabe0009e67214ff5f5447ce83dd (v6.0.2)
  • Pinned super-linter/super-linter to commit SHA d5b0a2ab116623730dd094f15ddc1b6b25bf7b99 (v8.3.2)
  • Pinned PSModule/GitHub-Script to commit SHA e827bea46d70eebc668bdd59e4654e0846177da4 (v1.7.9)
  • Changed trigger from pull_request_target to pull_request in Auto-Release workflow
  • Disabled VALIDATE_BIOME_FORMAT in linter configuration

Cleanup

  • Removed deprecated .github/release.yml configuration 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)