mirror of
https://github.com/XFox111/backbone.git
synced 2026-04-22 07:17:59 +03:00
fix: dependabot fails & ci branch names
This commit is contained in:
@@ -10,6 +10,7 @@ updates:
|
||||
|
||||
- package-ecosystem: "nuget" # See documentation for possible values
|
||||
directory: "/" # Location of package manifests
|
||||
target-branch: "next"
|
||||
assignees:
|
||||
- "XFox111"
|
||||
schedule:
|
||||
@@ -19,6 +20,7 @@ updates:
|
||||
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
target-branch: "next"
|
||||
assignees:
|
||||
- "XFox111"
|
||||
schedule:
|
||||
@@ -28,6 +30,7 @@ updates:
|
||||
|
||||
- package-ecosystem: "devcontainers"
|
||||
directory: "/"
|
||||
target-branch: "next"
|
||||
assignees:
|
||||
- "XFox111"
|
||||
schedule:
|
||||
|
||||
@@ -12,7 +12,7 @@ on:
|
||||
- 'Properties/launchSettings.json'
|
||||
- 'LICENSE'
|
||||
pull_request:
|
||||
branches: [ "main", "deps" ]
|
||||
branches: [ "main", "next" ]
|
||||
paths-ignore:
|
||||
- '.devcontainer/*'
|
||||
- '.github/*'
|
||||
|
||||
Reference in New Issue
Block a user