Skip to content

Commit

Permalink
Add dependabot config (#3)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
fhemberger and cclauss authored Oct 31, 2024
1 parent 6e19a15 commit 41c8ae8
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
groups:
github-actions:
patterns:
- "*" # Group all Actions updates into a single larger pull request
schedule:
interval: weekly
- package-ecosystem: docker
directory: /
groups:
docker:
patterns:
- "*" # Group all Docker updates into a single larger pull request
schedule:
interval: weekly

0 comments on commit 41c8ae8

Please sign in to comment.