1
1
mirror of https://github.com/OJ/gobuster.git synced 2025-09-23 18:47:21 +02:00
gobuster/.github/dependabot.yml
Christian Mehlmauer 032b99f487 update
2025-01-05 14:12:31 +01:00

31 lines
815 B
YAML

# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
target-branch: "dev"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "dev"
schedule:
interval: "daily"
- package-ecosystem: docker
directory: "/"
target-branch: "dev"
schedule:
interval: "daily"
- package-ecosystem: "devcontainers"
directory: "/"
target-branch: "dev"
schedule:
interval: "daily"