Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Rajpal Chauhan <[email protected]>
  • Loading branch information
rajpalc7 committed Apr 5, 2024
1 parent 8d1c5b0 commit c7a07dd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@ updates:

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

# Maintain dependencies for docker
- package-ecosystem: "docker-compose"
directory: /
- package-ecosystem: docker
directory: /docker-compose
schedule:
interval: "weekly"
day: "monday"
Expand All @@ -51,8 +51,8 @@ updates:


# Maintain dependencies for docker
- package-ecosystem: "docker"
directory: "/demo/vue"
- package-ecosystem: docker
directory: /demo/vue
schedule:
interval: "weekly"
day: "monday"
Expand Down

0 comments on commit c7a07dd

Please sign in to comment.