Skip to content
Snippets Groups Projects
dependabot.yml 318 B
Newer Older
  • Learn to ignore specific revisions
  • # Docs: <https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/customizing-dependency-updates>
    
    version: 2
    
    updates:
      - package-ecosystem: github-actions
        directory: /
        schedule: {interval: monthly}
    
      - package-ecosystem: pip
        directory: /docs/
        schedule: {interval: monthly}