We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a4e9e1 commit 6cb19b1Copy full SHA for 6cb19b1
.github/dependabot.yaml
@@ -9,6 +9,6 @@ updates:
9
rebase-strategy: disabled
10
11
- package-ecosystem: gomod
12
- directory: /
+ directory: "/"
13
schedule:
14
interval: daily
go.mod
@@ -1,6 +1,6 @@
1
module github.com/open-cmsis-pack/cpackget
2
3
-go 1.21
+go 1.22.2
4
5
require (
6
github.com/ProtonMail/gopenpgp/v2 v2.7.5
0 commit comments