Skip to content

Commit

Permalink
Add develop branch target for dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
ptr727 committed Jun 22, 2023
1 parent 4d2cd9f commit 8dfeacc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
9 changes: 8 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,15 @@
version: 2
updates:

# NuGet
# NuGet main
- package-ecosystem: nuget
directory: "/"
schedule:
interval: daily

# NuGet develop
- package-ecosystem: nuget
directory: "/"
target-branch: "develop"
schedule:
interval: daily
7 changes: 0 additions & 7 deletions .github/workflows/BuildDockerPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:

# Test
test:

name: Test
runs-on: ubuntu-latest

Expand All @@ -42,7 +41,6 @@ jobs:

# Get version information
version:

name: Version
runs-on: ubuntu-latest
needs: test
Expand Down Expand Up @@ -71,7 +69,6 @@ jobs:

# Build and push docker images
buildpush:

name: Build and push
runs-on: ubuntu-latest
needs: version
Expand Down Expand Up @@ -177,7 +174,6 @@ jobs:
# Get tool versions in image
toolversions:

name: Tool versions
runs-on: ubuntu-latest
needs: buildpush
Expand Down Expand Up @@ -229,7 +225,6 @@ jobs:

# Update Docker README.md
updatereadme:

name: Create README.md
runs-on: ubuntu-latest
needs: toolversions
Expand Down Expand Up @@ -262,7 +257,6 @@ jobs:

# Update Docker Hub description
hubdescription:

name: Update README.md
runs-on: ubuntu-latest
needs: updatereadme
Expand All @@ -287,7 +281,6 @@ jobs:

# Create a custom badge to report the build date
datebadge:

name: Date badge
runs-on: ubuntu-latest
needs: buildpush
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/BuildGitHubRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:

# Test
test:

name: Test
runs-on: ubuntu-latest

Expand All @@ -40,7 +39,6 @@ jobs:

# Get version information
version:

name: Version
runs-on: ubuntu-latest
needs: test
Expand Down Expand Up @@ -69,7 +67,6 @@ jobs:

# Build artifacts
build:

name: Build
runs-on: ubuntu-latest
needs: version
Expand Down Expand Up @@ -126,7 +123,6 @@ jobs:

# Publish
publish:

name: Publish
runs-on: ubuntu-latest
needs: [ build, version ]
Expand Down

0 comments on commit 8dfeacc

Please sign in to comment.