Skip to content
Snippets Groups Projects
dependabot.yml 315 B
Newer Older
  • Learn to ignore specific revisions
  • Bob Idle's avatar
    Bob Idle committed
    # Docs: <https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates>
    
    
    version: 2
    
    updates:
      - package-ecosystem: github-actions
        directory: /
        schedule: {interval: monthly}
    
      - package-ecosystem: pip
        directory: /docs/
        schedule: {interval: monthly}