Skip to content

Commit

Permalink
Add dependabot and gitignore for scala-cli (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekrich authored Dec 4, 2023
1 parent 9fc7fb0 commit 43444bc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ target/
# vscode
/.vscode/

# scala-cli
/.scala-build/

# scripts generated
/scripts/.coursier
/scripts/.scalafmt*
10 changes: 10 additions & 0 deletions dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Set update schedule for GitHub Actions

version: 2
updates:

- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"

0 comments on commit 43444bc

Please sign in to comment.