File tree Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Expand file tree Collapse file tree 2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 1+ # To get started with Dependabot version updates, you'll need to specify which
2+ # package ecosystems to update and where the package manifests are located.
3+ # Please see the documentation for all configuration options:
4+ # https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5+
6+ version : 2
7+ updates :
8+ - package-ecosystem : " nuget" # See documentation for possible values
9+ directory : " /" # Location of package manifests
10+ schedule :
11+ interval : " weekly"
Original file line number Diff line number Diff line change 1+ # Security Policy
2+
3+ ## Supported Versions
4+
5+ Use this section to tell people about which versions of your project are
6+ currently being supported with security updates.
7+
8+ | Version | Supported |
9+ | ------- | ------------------ |
10+ | 5.1.x | :white_check_mark : |
11+ | 5.0.x | :x : |
12+ | 4.0.x | :white_check_mark : |
13+ | < 4.0 | :x : |
14+
15+ ## Reporting a Vulnerability
16+
17+ Use this section to tell people how to report a vulnerability.
18+
19+ Tell them where to go, how often they can expect to get an update on a
20+ reported vulnerability, what to expect if the vulnerability is accepted or
21+ declined, etc.
You can’t perform that action at this time.
0 commit comments