Skip to content

Commit

Permalink
Add dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi-signal committed Aug 9, 2024
1 parent 1173410 commit 1b5f021
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "docker"
directory: "/docker"
schedule:
interval: "weekly"
3 changes: 3 additions & 0 deletions docker-nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# This wraps the upstream nginx image so dependabot can watch it for changes.
# If https://github.com/dependabot/dependabot-core/issues/390 is addressed, we
# can just inline this into docker-compose.yml
FROM nginx:1.26.1-alpine

0 comments on commit 1b5f021

Please sign in to comment.