Skip to content

Commit

Permalink
Disables CI for 1.4 branch (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gmerold authored Nov 5, 2024
1 parent 20ac43e commit 89b5052
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 90 deletions.
30 changes: 0 additions & 30 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,33 +20,3 @@ updates:
interval: "daily"
commit-message:
prefix: "chore: "

- package-ecosystem: "github-actions"
target-branch: v1.4
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "chore: "
labels:
- v1.4

- package-ecosystem: "pip"
target-branch: v1.4
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "chore: "
labels:
- v1.4

- package-ecosystem: "terraform"
target-branch: v1.4
directory: "/terraform/"
schedule:
interval: "weekly"
commit-message:
prefix: "chore: "
labels:
- v1.4
59 changes: 0 additions & 59 deletions .github/workflows/1_4_scheduled_runs.yaml

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/dependabot_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
pull_request:
branches:
- main
- v1.4

permissions:
pull-requests: write
Expand Down

0 comments on commit 89b5052

Please sign in to comment.