Skip to content

Commit ef826c4

Browse files
committed
run only docker jobs
1 parent 1062894 commit ef826c4

File tree

6 files changed

+746
-746
lines changed

6 files changed

+746
-746
lines changed

.github/dependabot.yml

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
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
55

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*"
2525

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

Comments
 (0)