Skip to content
This repository has been archived by the owner on Aug 14, 2022. It is now read-only.

Commit

Permalink
Update branch name on config files
Browse files Browse the repository at this point in the history
  • Loading branch information
dscpinheiro committed Jul 10, 2020
1 parent aaeda0f commit 5e54b71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ updates:
interval: weekly
time: "11:00"
open-pull-requests-limit: 10
target-branch: master
target-branch: main
reviewers:
- dscpinheiro
- package-ecosystem: docker
Expand All @@ -15,6 +15,6 @@ updates:
interval: weekly
time: "11:00"
open-pull-requests-limit: 10
target-branch: master
target-branch: main
reviewers:
- dscpinheiro
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: .NET Core

on:
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
build:
Expand Down

0 comments on commit 5e54b71

Please sign in to comment.