dependabot.yml 419 B

123456789101112
  1. # https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates#package-ecosystem
  2. version: 2
  3. updates:
  4. # Enable updates for Github Actions
  5. - package-ecosystem: "github-actions"
  6. target-branch: "master"
  7. directory: "/"
  8. schedule:
  9. # Check for updates to GitHub Actions every month
  10. interval: "monthly"