|
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/github/administering-a-repository/configuration-options-for-dependency-updates |
| 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/github/administering-a-repository/configuration-options-for-dependency-updates |
5 | 5 |
|
6 |
| -version: 2 |
7 |
| -updates: |
8 |
| - # Maintain dependencies for npm |
9 |
| - - package-ecosystem: "npm" |
10 |
| - directory: "/" |
11 |
| - open-pull-requests-limit: 20 |
12 |
| - schedule: |
13 |
| - interval: "weekly" |
14 |
| - day: "monday" |
15 |
| - time: "06:00" |
16 |
| - timezone: "Europe/Berlin" |
17 |
| - groups: |
18 |
| - tiptap: |
19 |
| - patterns: |
20 |
| - - "@tiptap*" |
21 |
| - primevue: |
22 |
| - patterns: |
23 |
| - - "primevue*" |
24 |
| - - "@primevue*" |
| 6 | +# version: 2 |
| 7 | +# updates: |
| 8 | +# # Maintain dependencies for npm |
| 9 | +# - package-ecosystem: "npm" |
| 10 | +# directory: "/" |
| 11 | +# open-pull-requests-limit: 20 |
| 12 | +# schedule: |
| 13 | +# interval: "weekly" |
| 14 | +# day: "monday" |
| 15 | +# time: "06:00" |
| 16 | +# timezone: "Europe/Berlin" |
| 17 | +# groups: |
| 18 | +# tiptap: |
| 19 | +# patterns: |
| 20 | +# - "@tiptap*" |
| 21 | +# primevue: |
| 22 | +# patterns: |
| 23 | +# - "primevue*" |
| 24 | +# - "@primevue*" |
25 | 25 |
|
26 |
| - # Maintain dependencies for Composer |
27 |
| - - package-ecosystem: "composer" |
28 |
| - directory: "/" |
29 |
| - open-pull-requests-limit: 20 |
30 |
| - schedule: |
31 |
| - interval: "weekly" |
32 |
| - day: "monday" |
33 |
| - time: "06:00" |
34 |
| - timezone: "Europe/Berlin" |
| 26 | +# # Maintain dependencies for Composer |
| 27 | +# - package-ecosystem: "composer" |
| 28 | +# directory: "/" |
| 29 | +# open-pull-requests-limit: 20 |
| 30 | +# schedule: |
| 31 | +# interval: "weekly" |
| 32 | +# day: "monday" |
| 33 | +# time: "06:00" |
| 34 | +# timezone: "Europe/Berlin" |
0 commit comments