We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6484e94 commit 6f4dbadCopy full SHA for 6f4dbad
.github/dependabot.yml
@@ -0,0 +1,13 @@
1
+version: 2
2
+updates:
3
+ # Update for GitHub Actions dependencies
4
+ - package-ecosystem: "github-actions"
5
+ directory: "/" # Root directory where your GitHub Actions workflows are located (usually .github/workflows)
6
+ schedule:
7
+ interval: "daily" # Check for updates weekly
8
+ day: "monday" # Run every Monday
9
+ time: "08:00" # At 8:00 UTC
10
+ labels:
11
+ - "github-actions"
12
+ assignees:
13
+ - "Githubguy132010" # Replace with your GitHub username
0 commit comments