File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
22version : 2
33updates :
4+ - package-ecosystem : github-actions
5+ directories :
6+ - .github/actions
7+ - .github/workflows
8+ schedule :
9+ interval : daily
10+ labels :
11+ - CI
12+ - dependencies
13+ open-pull-requests-limit : 0 # https://stackoverflow.com/questions/64047526/how-to-get-dependabot-to-trigger-for-security-updates-only#comment123070708_68254421
414 - package-ecosystem : nuget
515 directory : /c#
616 schedule :
717 interval : daily
818 labels :
919 - nuget
1020 - dependencies
11- open-pull-requests-limit : 0 # https://stackoverflow.com/questions/64047526/how-to-get-dependabot-to-trigger-for-security-updates-only#comment123070708_68254421
21+ open-pull-requests-limit : 0
1222 - package-ecosystem : composer
1323 directory : /be
1424 schedule :
@@ -17,6 +27,14 @@ updates:
1727 - composer
1828 - dependencies
1929 open-pull-requests-limit : 0
30+ - package-ecosystem : npm
31+ directory : /be/public/react-json-view
32+ schedule :
33+ interval : daily
34+ labels :
35+ - yarn
36+ - dependencies
37+ open-pull-requests-limit : 0
2038 - package-ecosystem : npm
2139 directory : /fe
2240 schedule :
You can’t perform that action at this time.
0 commit comments