Skip to content

Commit 527b257

Browse files
committed
+ add package-ecosystem: github-actions for dirs .github/{actions,workflows} like 6c16ac3 in renovate.json5
+ add `package-ecosystem: npm` for dir `be/public/react-json-view` @ .github/dependabot.yaml
1 parent 0374a73 commit 527b257

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

.github/dependabot.yaml

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,24 @@
11
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
22
version: 2
33
updates:
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:

0 commit comments

Comments
 (0)