Revision b1116c31d446e66adf1f40dc5781a3fb645b2ad4 authored by June on 03 April 2024, 15:23:08 UTC, committed by GitHub on 03 April 2024, 15:23:08 UTC
2 parent s 286f6a1 + 9ee69ff
Raw File
dependabot.yml
# Set update schedule for GitHub Actions

version: 2
updates:

  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      # Check for updates to GitHub Actions every week
      interval: "weekly"
back to top