Skip to content

Commit

Permalink
clean (dependabot.yml): simplify the file
Browse files Browse the repository at this point in the history
  • Loading branch information
ksidirop-laerdal committed Feb 24, 2025
1 parent 114593d commit 235cc3c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
registries:
Github:
type: git
url: https://github.com
username: x-access-token
token: ${{ secrets.SCL_DEPENDABOT_GH_TOKEN }}
updates:
- package-ecosystem: "nuget"
directory: "/"
Expand All @@ -24,8 +18,6 @@ updates:
# update-types: [ 'version-update:semver-major' ]
- package-ecosystem: "github-actions"
directory: "/"
registries:
- Github
schedule:
interval: "daily"
time: "02:00"
Expand Down
2 changes: 1 addition & 1 deletion Laerdal.Scripts/Laerdal.Builder.targets
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@
<_Laerdal_Sbom_Script_Parameters>$(_Laerdal_Sbom_Script_Parameters) --dependency-tracker-api-key-file-path &quot;$(Laerdal_Dependency_Tracker_Api_Key_File_Path)&quot;</_Laerdal_Sbom_Script_Parameters>

<_Laerdal_Sbom_Script_Parameters>$(_Laerdal_Sbom_Script_Parameters) --csproj-classifier &quot;Library&quot;</_Laerdal_Sbom_Script_Parameters>

<_Logical_And>&amp;&amp;</_Logical_And>

<_Laerdal_Sbom_Scriptlet> </_Laerdal_Sbom_Scriptlet>
Expand Down

0 comments on commit 235cc3c

Please sign in to comment.