update branch for GitHub Actions / dependabot

This commit is contained in:
Daniel Micay 2021-04-23 23:07:42 -04:00
parent a49704e47f
commit a9701f3a65
3 changed files with 3 additions and 3 deletions

View File

@ -4,4 +4,4 @@ updates:
directory: "/"
schedule:
interval: daily
target-branch: master
target-branch: main

View File

@ -3,7 +3,7 @@ name: Lint nginx configuration
on:
pull_request:
push:
branches: [master]
branches: [main]
jobs:
static:

View File

@ -3,7 +3,7 @@ name: Validate and process static files
on:
pull_request:
push:
branches: [master]
branches: [main]
jobs:
static: