Skip to content

Commit

Permalink
ci: stop applying dependabot on release branches (#3645)
Browse files Browse the repository at this point in the history
As we're not systematically backporting changes we shouldn't do dependabot
on release branches

Signed-off-by: Charly Molter <charly.molter@konghq.com>
  • Loading branch information
lahabana committed Jan 5, 2022
1 parent df529d8 commit d35f508
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,6 @@ updates:
interval: "weekly"
labels:
- "dependencies"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
labels:
- "dependencies"
- "release-1.4"
target-branch: "release-1.4"
- package-ecosystem: "docker"
directory: "/tools/releases/dockerfiles"
schedule:
Expand Down

0 comments on commit d35f508

Please sign in to comment.