Skip to content

Commit f93193d

Browse files
committed
Create dependabot.yml
1 parent e28bd0a commit f93193d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/dependabot.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
version: 2
3+
updates:
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
# Optional: Timezone and day for PR creation (e.g., Monday at 9 AM UTC)
9+
time: "09:00"
10+
timezone: "UTC"
11+
# Optional: Open PRs only for major/minor versions, ignore patches
12+
open-pull-requests-limit: 5
13+
rebase-strategy: "auto"
14+
# Optional: Ignore specific updates if needed (e.g., if @master is unstable)
15+
ignore:
16+
- dependency-name: "josephbmanley/butler-publish-itchio-action"
17+
update-types: ["version-update:semver-major"]

0 commit comments

Comments
 (0)