Skip to content

Commit 43444bc

Browse files
authored
Add dependabot and gitignore for scala-cli (#356)
1 parent 9fc7fb0 commit 43444bc

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ target/
1313
# vscode
1414
/.vscode/
1515

16+
# scala-cli
17+
/.scala-build/
18+
1619
# scripts generated
1720
/scripts/.coursier
1821
/scripts/.scalafmt*

dependabot.yml

+10
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)