Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dependabot for Dockerfiles #580

Merged
merged 3 commits into from
Jan 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 53 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,56 @@ updates:
include: "scope"
ignore:
- dependency-name: "gaurav-nelson/github-action-markdown-link-check"

- package-ecosystem: "docker"
directory: "/components/operator"
labels:
- "area/dependency"
- "kind/chore"
schedule:
interval: "weekly"
commit-message:
prefix: "operator"
include: "scope"

- package-ecosystem: "docker"
directory: "/components/serverless/deploy/jobinit"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Images pinned to SHA; pinning europe-docker.pkg.dev/kyma-project/prod/external/* is not necessary, as the implementation of the syncer guarantees the synced tags are immutable

labels:
- "area/dependency"
- "kind/chore"
schedule:
interval: "weekly"
commit-message:
prefix: "jobinit"
include: "scope"
- package-ecosystem: "docker"
directory: "/components/serverless/deploy/manager"
Copy link
Member Author

@halamix2 halamix2 Jan 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Images pinned to SHA; pinning europe-docker.pkg.dev/kyma-project/prod/external/* is not necessary, as the implementation of the syncer guarantees the synced tags are immutable; this can be done in another step

labels:
- "area/dependency"
- "kind/chore"
schedule:
interval: "weekly"
commit-message:
prefix: "manager"
include: "scope"

- package-ecosystem: "docker"
directory: "/tests/gitserver"
labels:
- "area/dependency"
- "kind/chore"
schedule:
interval: "weekly"
commit-message:
prefix: "gitserver"
include: "scope"
- package-ecosystem: "docker"
directory: "/tests/serverless-bench"
labels:
- "area/dependency"
- "kind/chore"
schedule:
interval: "weekly"
commit-message:
prefix: "serverless-bench"
include: "scope"