Haddock: use buildSettingKeepTempFiles
[cabal.git] / .github / dependabot.yml
blobb3b2315d90908ba3631046974eddd62649636613
1 # From:
2 # - https://github.com/haskell/hackage-server
3 # - https://github.com/rhysd/actionlint/issues/228#issuecomment-1272493095
4 # - https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
6 # Set update schedule for GitHub Actions
8 version: 2
9 updates:
11   - package-ecosystem: "github-actions"
12     directory: "/"
13     schedule:
14       # Check for updates to GitHub Actions every week
15       interval: "weekly"