Skip to content

Commit 9b1c21f

Browse files
committed
chore: update workflows to point to main
Signed-off-by: chjmil <[email protected]>
1 parent 49e433b commit 9b1c21f

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@ updates:
1010
directory: "/"
1111
schedule:
1212
interval: "weekly"
13-
target-branch: "staging"
13+
target-branch: "main"
1414
open-pull-requests-limit: 2
1515

1616
# Docker dependencies
1717
- package-ecosystem: "docker"
1818
directory: "/"
1919
schedule:
2020
interval: "weekly"
21-
target-branch: "staging"
21+
target-branch: "main"
2222
open-pull-requests-limit: 2
2323

2424
# GitHub Actions
2525
- package-ecosystem: "github-actions"
2626
directory: "/"
2727
schedule:
2828
interval: "weekly"
29-
target-branch: "staging"
29+
target-branch: "main"
3030
open-pull-requests-limit: 2

.github/workflows/conventional-commits.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
types: [opened, synchronize, reopened, edited]
66
branches:
77
- main
8-
- staging
98

109
jobs:
1110
validate-pr-title:

.github/workflows/linter-analysis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ on:
33
pull_request:
44
branches:
55
- main
6-
- staging
76

87
jobs:
98
# Hadolint: Job-1

0 commit comments

Comments
 (0)