We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e28bd0a commit f93193dCopy full SHA for f93193d
.github/dependabot.yml
@@ -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