main

animate-css/animate.css

Last updated at: 28/12/2023 01:32

dependabot.yml

TLDR

The dependabot.yml file is a configuration file for the Demo Projects project. It specifies the version of Dependabot to use and defines the update settings for the project.

Methods

None

Classes

None

version: 2
updates:
- package-ecosystem: npm
  directory: "/"
  schedule:
    interval: daily
  open-pull-requests-limit: 10
  reviewers:
    - "daneden"
    - "eltonmesquita"