Skip to content

Commit

Permalink
ci: disable dependabot for 0.12 branch (#5643)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvagaytsev authored Jan 17, 2024
1 parent 3d02954 commit ea9fa6f
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
version: 2
updates:
### main branch

# Automatically update GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
Expand All @@ -25,21 +25,3 @@ updates:
open-pull-requests-limit: 5
schedule:
interval: "weekly"

### 0.12 branch

# Automatically update GitHub Actions
- package-ecosystem: "github-actions"
target-branch: "0.12"
directory: "/"
open-pull-requests-limit: 5
schedule:
interval: "weekly"
# Automatically update Dockerfile FROM images
- package-ecosystem: "docker"
target-branch: "0.12"
directory: "/support/"
open-pull-requests-limit: 5
schedule:
interval: "weekly"

0 comments on commit ea9fa6f

Please sign in to comment.