Skip to content

Commit 41c8ae8

Browse files
fhembergercclauss
andauthored
Add dependabot config (#3)
* Add dependabot config Automatically opens a PR if there are new releases of GitHub Actions or Dockerfile base image * Update dependabot.yml --------- Co-authored-by: Christian Clauss <[email protected]>
1 parent 6e19a15 commit 41c8ae8

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/dependabot.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: github-actions
4+
directory: /
5+
groups:
6+
github-actions:
7+
patterns:
8+
- "*" # Group all Actions updates into a single larger pull request
9+
schedule:
10+
interval: weekly
11+
- package-ecosystem: docker
12+
directory: /
13+
groups:
14+
docker:
15+
patterns:
16+
- "*" # Group all Docker updates into a single larger pull request
17+
schedule:
18+
interval: weekly

0 commit comments

Comments
 (0)