Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 464 Bytes

File metadata and controls

23 lines (19 loc) · 464 Bytes

Dependabot

Scan dependencies for out-of-life and security vulnerabilities.

(This is not actually a GitHub Action)

To configure, create a .github folder in the repository and add a dependabot.yml file:

version: 2
updates:
  - package-ecosystem: "npm"
    directory: "/"
    schedule:
      interval: "monthly"
    assignees:
      - "maxpatiiuk"
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "monthly"