1
0
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:
2025-06-03 19:07:09 +03:00
committed by GitHub
parent 481a674fa9
commit 6984c63028
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -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:
+1 -1
View File
@@ -12,7 +12,7 @@ on:
- 'Properties/launchSettings.json'
- 'LICENSE'
pull_request:
branches: [ "main", "deps" ]
branches: [ "main", "next" ]
paths-ignore:
- '.devcontainer/*'
- '.github/*'