Skip to content

Commit 875d80f

Browse files
lukekarryswraithgar
authored andcommitted
chore: rename default branch
1 parent 977736c commit 875d80f

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ updates:
77
directory: /
88
schedule:
99
interval: daily
10-
target-branch: "latest"
10+
target-branch: "main"
1111
allow:
1212
- dependency-type: direct
1313
versioning-strategy: increase-if-necessary

.github/settings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository:
1111
enable_vulnerability_alerts: true
1212

1313
branches:
14-
- name: latest
14+
- name: main
1515
protection:
1616
required_status_checks: null
1717
enforce_admins: true

.github/workflows/ci-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
ref:
99
required: true
1010
type: string
11-
default: latest
11+
default: main
1212
workflow_call:
1313
inputs:
1414
ref:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88
push:
99
branches:
10-
- latest
10+
- main
1111
schedule:
1212
# "At 09:00 UTC (02:00 PT) on Monday" https://crontab.guru/#0_9_*_*_1
1313
- cron: "0 9 * * 1"

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ name: CodeQL
55
on:
66
push:
77
branches:
8-
- latest
8+
- main
99
pull_request:
1010
branches:
11-
- latest
11+
- main
1212
schedule:
1313
# "At 10:00 UTC (03:00 PT) on Monday" https://crontab.guru/#0_10_*_*_1
1414
- cron: "0 10 * * 1"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
type: string
1111
push:
1212
branches:
13-
- latest
13+
- main
1414

1515
permissions:
1616
contents: write

0 commit comments

Comments
 (0)