Skip to content
Snippets Groups Projects
dependabot.yml 186 B
Newer Older
  • Learn to ignore specific revisions
  • version: 2
    updates:
        # Set update schedule for GitHub Actions
        - package-ecosystem: "github-actions"
          directory: "/"
          schedule:
              interval: "weekly"
    
    # vim: sw=4