Skip to content

Commit 6c1b03b

Browse files
chore: update Dependabot and CI to target main branch instead of staging
Signed-off-by: PhanikumarThodupunoori <[email protected]>
1 parent 3d694e2 commit 6c1b03b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
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:

0 commit comments

Comments
 (0)