Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vanvianen committed Aug 11, 2024
1 parent 1b83926 commit ac140f8
Showing 1 changed file with 136 additions and 2 deletions.
138 changes: 136 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,141 @@

---

# =============================================================================
# Dependabot Configuration
# =============================================================================

version: 2

updates:

- package-ecosystem: "docker"
# Git Submodule dependencies
# ===========================================================================

-
package-ecosystem: "gitsubmodule"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "09:00"
timezone: "Europe/Amsterdam"
target-branch: "main"
commit-message:
prefix: "dependabot-gitsubmodule"
include: "scope"
labels:
- "dependencies"
- "gitsubmodule"



# GitHub Actions dependencies
# ===========================================================================

-
package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "09:00"
timezone: "Europe/Amsterdam"
target-branch: "main"
commit-message:
prefix: "dependabot-github-actions"
include: "scope"
labels:
- "dependencies"
- "github-actions"


# NPM dependencies
# ===========================================================================

-
package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "09:00"
timezone: "Europe/Amsterdam"
target-branch: "main"
commit-message:
prefix: "npm"
labels:
- "dependencies"
- "npm"


# Docker dependencies
# ===========================================================================

-
package-ecosystem: "docker"
directory: "/src/"
schedule:
interval: "weekly"
day: "monday"
time: "09:00"
timezone: "Europe/Amsterdam"
target-branch: "main"
commit-message:
prefix: "dependabot-docker"
labels:
- "dependencies"
- "docker"


# devContainer dependencies
# ===========================================================================

-
package-ecosystem: "docker"
directory: "/.devcontainer"
schedule:
interval: "daily"
interval: "weekly"
day: "monday"
time: "09:00"
timezone: "Europe/Amsterdam"
target-branch: "main"
commit-message:
prefix: "dependabot-devcontainer"
labels:
- "dependencies"
- "devcontainer"

-
package-ecosystem: "devcontainers"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "09:00"
timezone: "Europe/Amsterdam"
target-branch: "main"
commit-message:
prefix: "dependabot-devcontainer"
labels:
- "dependencies"
- "devcontainer"


# PIP dependencies
# ===========================================================================

-
package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "09:00"
timezone: "Europe/Amsterdam"
target-branch: "main"
commit-message:
prefix: "dependabot-pip"
labels:
- "dependencies"
- "pip"

0 comments on commit ac140f8

Please sign in to comment.