Skip to content

Commit

Permalink
Dependabot groups
Browse files Browse the repository at this point in the history
  • Loading branch information
ptr727 committed Jul 26, 2024
1 parent ac4cc85 commit 236c059
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 7 deletions.
25 changes: 20 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,40 @@ updates:

# main
- package-ecosystem: "nuget"
directory: "/"
target-branch: "main"
directory: "/"
schedule:
interval: "daily"
groups:
nuget-deps:
patterns:
- "*"
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "main"
directory: "/"
schedule:
interval: "daily"
groups:
actions-deps:
patterns:
- "*"

# develop
- package-ecosystem: "nuget"
directory: "/"
target-branch: "develop"
directory: "/"
schedule:
interval: "daily"
groups:
nuget-deps:
patterns:
- "*"
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "develop"
directory: "/"
schedule:
interval: "daily"

groups:
actions-deps:
patterns:
- "*"
1 change: 0 additions & 1 deletion .github/workflows/DependabotAutoMerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Auto-merge dependabot non-major updates
# Only auto-merge non-major updates
if: steps.metadata.outputs.update-type != 'version-update:semver-major'
run: gh pr merge --auto --merge "$PR_URL"
env:
Expand Down
4 changes: 3 additions & 1 deletion Utilities.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@
},
"[plaintext]": {
"files.trimTrailingWhitespace": false
}
},
"diffEditor.ignoreTrimWhitespace": false,
"editor.renderWhitespace": "trailing"
},
"extensions": {
"recommendations": [
Expand Down

0 comments on commit 236c059

Please sign in to comment.