Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/nuget/pkg-updates-45caa96654
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayKMehta authored Dec 1, 2024
2 parents 5047f68 + a181ebd commit 4a10f54
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ updates:
- "minor"
- "patch"
labels:
- "Dependencies :arrow_up:"
- "⬆️ Dependencies"

- package-ecosystem: "github-actions"
open-pull-requests-limit: 2
Expand All @@ -56,7 +56,7 @@ updates:
- "minor"
- "patch"
labels:
- "Dependencies :arrow_up:"
- "⬆️ Dependencies"

- package-ecosystem: "dotnet-sdk"
open-pull-requests-limit: 2
Expand All @@ -68,4 +68,4 @@ updates:
schedule:
interval: "monthly"
labels:
- "Dependencies :arrow_up:"
- "⬆️ Dependencies"
8 changes: 4 additions & 4 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# https://github.com/actions/labeler
":construction_worker: CICD":
"👷 CICD":
- changed-files:
- any-glob-to-any-file:
- .github/workflows/*
- .github/labeler.yml
- .github/*.yml

"Documentation :memo:":
"📝 Documentation":
- changed-files:
- any-glob-to-any-file:
- '*.md'

"Tests :test_tube:":
"🧪 Tests":
- changed-files:
- any-glob-to-any-file:
- tests/**/*
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# https://docs.microsoft.com/en-us/dotnet/devops/dotnet-secure-github-action

name: "CodeQL"
name: "CodeQL Analysis"

on:
push:
Expand Down

0 comments on commit 4a10f54

Please sign in to comment.