Skip to content

Commit a9a4405

Browse files
authored
Merge pull request #636 from sassoftware/update_workflows
chore: update workflows to point to main
2 parents fc8d375 + 05a3ad5 commit a9a4405

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,29 +5,29 @@ updates:
55
directory: "/" # The directory where your Terraform files are located
66
schedule:
77
interval: "weekly"
8-
target-branch: "staging"
8+
target-branch: "main"
99
open-pull-requests-limit: 2
1010

1111
# Docker dependencies
1212
- package-ecosystem: "docker"
1313
directory: "/" # The directory where your Dockerfile is located
1414
schedule:
1515
interval: "weekly"
16-
target-branch: "staging"
16+
target-branch: "main"
1717
open-pull-requests-limit: 2
1818

1919
# GitHub Actions dependencies
2020
- package-ecosystem: "github-actions"
2121
directory: "/" # The directory where your GitHub Actions workflows are located
2222
schedule:
2323
interval: "weekly"
24-
target-branch: "staging"
24+
target-branch: "main"
2525
open-pull-requests-limit: 2
2626

2727
# Python dependencies (from requirements.txt)
2828
- package-ecosystem: "pip"
2929
directory: "/" # The directory where your requirements.txt is located
3030
schedule:
3131
interval: "weekly"
32-
target-branch: "staging"
32+
target-branch: "main"
3333
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)