We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fc7fb0 commit 43444bcCopy full SHA for 43444bc
.gitignore
@@ -13,6 +13,9 @@ target/
13
# vscode
14
/.vscode/
15
16
+# scala-cli
17
+/.scala-build/
18
+
19
# scripts generated
20
/scripts/.coursier
21
/scripts/.scalafmt*
dependabot.yml
@@ -0,0 +1,10 @@
1
+# Set update schedule for GitHub Actions
2
3
+version: 2
4
+updates:
5
6
+ - package-ecosystem: "github-actions"
7
+ directory: "/"
8
+ schedule:
9
+ # Check for updates to GitHub Actions every week
10
+ interval: "weekly"
0 commit comments