Skip to content
This repository was archived by the owner on Dec 4, 2025. It is now read-only.

Commit 6a48c18

Browse files
committed
feat(github-actions): set up weekly dependency updates
Configure Dependabot to perform weekly updates for GitHub Actions and Maven dependencies. This ensures that all project dependencies are kept up to date,improving security and compatibility.
1 parent 5e52bce commit 6a48c18

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
labels:
8+
- "ci"
9+
10+
11+
- package-ecosystem: "maven"
12+
directory: "/"
13+
schedule:
14+
interval: "weekly"
15+
labels:
16+
- "dependencies"

0 commit comments

Comments
 (0)