Skip to content

Commit 94002a6

Browse files
committed
Create dependabot.yml
1 parent 6f98ab7 commit 94002a6

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version: 2 # Specifies the version of the Dependabot configuration file format
2+
3+
updates:
4+
# Configuration for dependency updates
5+
- package-ecosystem: "github-actions" # Specifies the ecosystem to check for updates
6+
directory: "/" # Specifies the directory to check for dependencies; "/" means the root directory
7+
schedule:
8+
# Check for updates to GitHub Actions every week
9+
interval: "weekly"

0 commit comments

Comments
 (0)