Switch primary branch from master to main (#2851)

* Switch primary branch from master to main

Co-authored-by: QWp6t <hi@qwp6t.me>
This commit is contained in:
Ben Word
2021-12-08 13:12:30 -06:00
committed by GitHub
parent a8266b98ec
commit 0ae5f93e17
3 changed files with 8 additions and 8 deletions

View File

@@ -7,7 +7,7 @@ updates:
time: "08:00"
timezone: US/Central
open-pull-requests-limit: 10
target-branch: master
target-branch: main
ignore:
- dependency-name: filp/whoops
versions:
@@ -26,7 +26,7 @@ updates:
time: "08:00"
timezone: US/Central
open-pull-requests-limit: 10
target-branch: master
target-branch: main
ignore:
- dependency-name: postcss
versions:

View File

@@ -3,10 +3,10 @@ name: Main
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
jobs:
node: