File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # To get started with Dependabot version updates, you'll need to specify which
2+ # package ecosystems to update and where the package manifests are located.
3+ # Please see the documentation for all configuration options:
4+ # https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5+
6+ version : 2
7+
8+ updates :
9+ - package-ecosystem : " npm"
10+ directory : " /"
11+ schedule :
12+ interval : " weekly"
13+ day : " monday"
14+ time : " 08:00"
15+ timezone : " America/Manaus"
16+
17+ open-pull-requests-limit : 10
18+
19+ commit-message :
20+ prefix : " deps"
21+
22+ labels :
23+ - " dependencies"
24+ - " dependabot"
25+
26+ reviewers :
27+ - " SEU_USUARIO_GITHUB"
28+
29+ ignore :
30+ - dependency-name : " @angular/*"
31+ update-types :
32+ - " version-update:semver-major"
You can’t perform that action at this time.
0 commit comments