We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c93843 commit 26dba3bCopy full SHA for 26dba3b
.github/dependabot.yml
@@ -18,3 +18,6 @@ updates:
18
# FluentAssertions equal to or higher than 8.0.0 are a different license, which requires payment
19
- dependency-name: "FluentAssertions"
20
versions: [ ">=8.0.0" ]
21
+
22
+ # Ignore itself (global.json is just used for the unit tests)
23
+ - dependency-name: "Skyline.DataMiner.Sdk"
0 commit comments