Files
hawkbit/.github/dependabot.yml
Avgustin Marinov 5874632ca7 Add GitHub actions upgrade via dependabot (#2629)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
2025-08-26 09:05:27 +03:00

23 lines
579 B
YAML

version: 2
updates:
# Enable version updates for maven
- package-ecosystem: "maven"
# Look for a pom.xml everywhere
directory: "/"
# Check daily
schedule:
interval: "daily"
# Enable version updates for docker
- package-ecosystem: "docker"
# Look for Dockerfile in the /docker directory only
directory: "/docker"
# Check daily
schedule:
interval: "daily"
# Enable version updates for github actions
- package-ecosystem: "github-actions"
directory: "/.3rd-party"
# Check daily
schedule:
interval: "daily"