Skip to content

Commit

Permalink
Created dependabot.yml, but not using it just yet
Browse files Browse the repository at this point in the history
  • Loading branch information
nikouu committed Oct 10, 2024
1 parent 235addb commit 4a0b4dd
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# version: 2
# updates:
# - package-ecosystem: "nuget"
# directory: "/ZeroRedact.DemoSite"
# schedule:
# interval: "daily"
# open-pull-requests-limit: 5
# commit-message:
# prefix: "chore"
# target-branch: "main"
# allow:
# - dependency-name: "Nikouu.ZeroRedact"
# update-types: ["version-update:semver-patch", "version-update:semver-minor", "version-update:semver-major"]
# ignore:
# - dependency-name: "*"
# update-types: ["version-update:semver-prerelease"]
# automerge: true
# automerge-type: "pr"
# labels:
# - "dependencies"
# - "automerge"

0 comments on commit 4a0b4dd

Please # to comment.