Skip to content

Commit

Permalink
Updating dependabot file to support Vue, docker and Python packages
Browse files Browse the repository at this point in the history
Signed-off-by: Rajpal Chauhan <[email protected]>
  • Loading branch information
rajpalc7 committed Apr 4, 2024
1 parent 1953a2c commit 4faa570
Showing 1 changed file with 37 additions and 1 deletion.
38 changes: 37 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,40 @@ updates:
interval: weekly
groups:
all-actions:
patterns: [ "*" ]
patterns: [ "*" ]

# Maintain dependencies for Python packages
- package-ecosystem: pip
directory: /oidc-controller
schedule:
interval: "weekly"
day: "monday"
time: "04:00"
timezone: "Canada/Pacific"

# Maintain dependencies for Vue
- package-ecosystem: npm
directory: /demo/vue/app
schedule:
interval: "weekly"
day: "monday"
time: "04:00"
timezone: "Canada/Pacific"

# Maintain dependencies for docker
- package-ecosystem: docker
directory: /docker/oidc-controller/Dockerfile
schedule:
interval: "weekly"
day: "monday"
time: "04:00"
timezone: "Canada/Pacific"

# Maintain dependencies for docker
- package-ecosystem: docker
directory: /demo/vue
schedule:
interval: "weekly"
day: "monday"
time: "04:00"
timezone: "Canada/Pacific"

0 comments on commit 4faa570

Please sign in to comment.