Skip to content

Commit 7c44c98

Browse files
authored
refactor: 🔧 include github-actions in dependabot config (#136)
# Description This PR updates the dependabot configs to match the other template packages. Closes #111 This PR needs a quick review. ## Checklist - [x] Added or updated tests - [x] Updated documentation - [x] Ran `just run-all`
1 parent e46fc0a commit 7c44c98

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ updates:
33
- package-ecosystem: github-actions
44
directory: /
55
schedule:
6-
interval: monthly
6+
interval: weekly
77
commit-message:
88
prefix: ci
99
include: scope

template/.github/dependabot.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
version: 2
22
updates:
3+
- package-ecosystem: github-actions
4+
directory: /
5+
schedule:
6+
interval: monthly
7+
commit-message:
8+
prefix: ci
9+
include: scope
10+
311
- package-ecosystem: uv
412
directory: /
513
schedule:
614
interval: monthly
7-
versioning-strategy: increase-if-necessary
815
commit-message:
916
prefix: build
1017
include: scope

0 commit comments

Comments
 (0)