Skip to content

Commit

Permalink
update dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
gpelouze committed Aug 8, 2024
1 parent fcf2755 commit 717241c
Showing 1 changed file with 19 additions and 26 deletions.
45 changes: 19 additions & 26 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,48 +4,41 @@ updates:
directory: "/"
schedule:
interval: "monthly"
commit-message:
prefix: "[actions] "

- package-ecosystem: "pip"
directory: "vreapis"
schedule:
interval: "monthly"
commit-message:
prefix: "[pip] "
groups:
vreapis-pip:
patterns:
- '*'

- package-ecosystem: "npm"
directory: "vre-panel"
schedule:
interval: "monthly"

- package-ecosystem: "docker"
directory: "vreapis"
schedule:
interval: "monthly"
commit-message:
prefix: "[docker] "

prefix: "[npm] "
groups:
vre-panel-npm:
patterns:
- '*'

- package-ecosystem: "docker"
directory: "vre-panel"
schedule:
interval: "monthly"
commit-message:
prefix: "[docker] "


- package-ecosystem: "docker"
directory: "tilt/vre-panel"
directory: "/"
schedule:
interval: "monthly"
commit-message:
# Prefix all commit messages with "[docker] " (no colon, but a trailing whitespace)
prefix: "[docker] "


- package-ecosystem: "docker"
directory: "tilt/vreapis"
schedule:
interval: "monthly"
commit-message:
# Prefix all commit messages with "[docker] " (no colon, but a trailing whitespace)
prefix: "[docker] "
groups:
vreapis-docker:
patterns:
- 'python'
vre-panel-docker:
patterns:
- 'node'

0 comments on commit 717241c

Please sign in to comment.