Skip to content

Commit

Permalink
Add latest silta-cicd image to dependabot rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rade333 committed Jun 11, 2024
1 parent d095410 commit b0a34cd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
version: 2
updates:

# silta-cicd
- package-ecosystem: "docker"
directory: "/silta-cicd/circleci-php8.2-node20-composer2"
schedule:
interval: "daily"
ignore:
- dependency-name: "php"
update-types:
- "version-update:semver-major"
- "version-update:semver-minor"
- dependency-name: "node"
update-types:
- "version-update:semver-major"

# silta-mailhog
- package-ecosystem: "docker"
directory: "/silta-mailhog/silent"
Expand Down

0 comments on commit b0a34cd

Please sign in to comment.