Skip to content

Commit

Permalink
chore: Reverted changes on Dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
samtrion committed Mar 25, 2024
1 parent 8a440de commit c782853
Showing 1 changed file with 0 additions and 42 deletions.
42 changes: 0 additions & 42 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,45 +52,3 @@ updates:
submodules:
patterns:
- "*"

# Delete after first release

- package-ecosystem: "nuget"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "build(deps)"
labels:
- "dependency-nuget"
open-pull-requests-limit: 50
target-branch: "develop"
# groups:
# coverlet:
# patterns:
# - "coverlet*"
# testcontainers:
# patterns:
# - "testcontainers*"
# verify:
# patterns:
# - "verify*"
# xunit:
# patterns:
# - "xunit"
# - "xunit*"

- package-ecosystem: "gitsubmodule"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "build(mods)"
labels:
- "dependency-gitmodule"
open-pull-requests-limit: 50
target-branch: "develop"
groups:
submodules:
patterns:
- "*"

0 comments on commit c782853

Please sign in to comment.