Skip to content

Commit

Permalink
chore: Remove dependabot config for maintenance branch
Browse files Browse the repository at this point in the history
  • Loading branch information
domdom82 committed Apr 4, 2024
1 parent 94e3b88 commit f457e98
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,28 +22,3 @@ updates:
open-pull-requests-limit: 1
labels:
- run-ci
- package-ecosystem: gomod
directory: /acceptance-tests
target-branch: "maintenance"
schedule:
# Check for updates every weekday
interval: "daily"
time: "06:00"
timezone: "Europe/Berlin"
# Allow only 1 open pull requests for gomod to prevent parallel concourse runs
open-pull-requests-limit: 1
labels:
- run-ci
- package-ecosystem: pip
directory: /ci/scripts
target-branch: "maintenance"
schedule:
# Check for updates every weekday
interval: "daily"
time: "12:00"
timezone: "Europe/Berlin"
# Allow only 1 open pull requests for pip to prevent parallel concourse runs
open-pull-requests-limit: 1
labels:
- run-ci

0 comments on commit f457e98

Please sign in to comment.