Skip to content

Commit 21eba13

Browse files
committed
chore: enable dependabot
1 parent 19cc79f commit 21eba13

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,19 @@
55

66
version: 2
77
updates:
8+
- package-ecosystem: "docker" # See documentation for possible values
9+
directory: "/" # Location of package manifests
10+
schedule:
11+
interval: "daily"
812
- package-ecosystem: "github-actions" # See documentation for possible values
913
directory: "/" # Location of package manifests
1014
schedule:
1115
interval: "weekly"
16+
- package-ecosystem: "composer" # See documentation for possible values
17+
directory: "/" # Location of package manifests
18+
schedule:
19+
interval: "weekly"
20+
- package-ecosystem: "pip" # See documentation for possible values
21+
directory: "/tests-qa/" # Location of package manifests
22+
schedule:
23+
interval: "weekly"

.github/workflows/docker-build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: docker-build
22

33
on:
4-
schedule:
5-
- cron: "0 10 * * *"
64
push:
75
branches-ignore:
86
- main

0 commit comments

Comments
 (0)