Skip to content

Commit

Permalink
Testing dependabot updates of release branches (#1200)
Browse files Browse the repository at this point in the history
  • Loading branch information
waciumawanjohi authored Mar 20, 2023
1 parent 3032d94 commit dddcd9b
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,36 @@ version: 2
updates:
- package-ecosystem: gomod
directory: /
labels: ["dependencies"]
schedule:
interval: daily
time: "00:00"
- package-ecosystem: gomod
labels: ["dependencies"]
directory: /hack/tools
schedule:
interval: daily
time: "00:00"
- package-ecosystem: github-actions
directory: /
labels: ["dependencies"]
schedule:
interval: daily
time: "00:00"
- package-ecosystem: gomod
directory: /
target-branch: "release/0.6.x"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]
schedule:
interval: daily
time: "14:20"
timezone: "America/New_York"
- package-ecosystem: gomod
directory: /
target-branch: "release/0.5.x"
ignore:
- dependency-name: "*"
update-types: [ "version-update:semver-major" ]
schedule:
interval: daily
time: "14:20"
timezone: "America/New_York"

0 comments on commit dddcd9b

Please sign in to comment.