Skip to content

Commit

Permalink
Add missing images to dependabot (#1112)
Browse files Browse the repository at this point in the history
  • Loading branch information
halamix2 authored Jul 31, 2024
1 parent c0e5d13 commit 6b7e159
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,16 @@ updates:
commit-message:
prefix: "manager"
include: "scope"
- package-ecosystem: "docker"
directory: "/components/serverless/deploy/webhook"
labels:
- "area/dependency"
- "kind/chore"
schedule:
interval: "weekly"
commit-message:
prefix: "webhook"
include: "scope"

- package-ecosystem: "docker"
directory: "/tests/gitserver"
Expand All @@ -68,6 +78,47 @@ updates:
prefix: "gitserver"
include: "scope"

- package-ecosystem: "docker"
directory: "/components/runtimes/python/python39"
labels:
- "area/dependency"
- "kind/chore"
schedule:
interval: "weekly"
commit-message:
prefix: "python39"
include: "scope"
- package-ecosystem: "docker"
directory: "/components/runtimes/python/python312"
labels:
- "area/dependency"
- "kind/chore"
schedule:
interval: "weekly"
commit-message:
prefix: "python312"
include: "scope"
- package-ecosystem: "docker"
directory: "/components/runtimes/python/nodejs18"
labels:
- "area/dependency"
- "kind/chore"
schedule:
interval: "weekly"
commit-message:
prefix: "nodejs18"
include: "scope"
- package-ecosystem: "docker"
directory: "/components/runtimes/python/nodejs20"
labels:
- "area/dependency"
- "kind/chore"
schedule:
interval: "weekly"
commit-message:
prefix: "nodejs20"
include: "scope"

- package-ecosystem: "pip"
directory: "/components/runtimes/python/python39"
labels:
Expand Down

0 comments on commit 6b7e159

Please sign in to comment.