Skip to content

ci: add docker dependabot + OPM nightly version check (issue #57)#58

Merged
levleontiev merged 2 commits intomainfrom
feature/issue-57-dep-update-automation
Mar 25, 2026
Merged

ci: add docker dependabot + OPM nightly version check (issue #57)#58
levleontiev merged 2 commits intomainfrom
feature/issue-57-dep-update-automation

Conversation

@levleontiev
Copy link
Contributor

Summary

  • Add docker ecosystem to dependabot.yml — auto-PRs for openresty/openresty base image updates (tag + digest) every Monday
  • Add OPM version check step to security-nightly.yml — compares pinned lua-resty-maxminddb version against latest GitHub release, opens a dependencies-labelled issue when update available, dedup guard prevents duplicates

Closes #57

Test plan

  • CI passes (no workflow syntax errors)
  • Dependabot picks up docker ecosystem on next Monday run
  • Manual workflow_dispatch on security-nightly confirms OPM check step runs and correctly reads pinned version from Dockerfile

🤖 Generated with Claude Code

codex and others added 2 commits March 25, 2026 10:42
…#57)

- dependabot.yml: add docker ecosystem for /docker directory (weekly,
  monday) so openresty base image tag+digest PRs are auto-proposed
- security-nightly.yml: add "Check lua-resty-maxminddb OPM version"
  step that compares pinned version in Dockerfile against latest GitHub
  release and opens a labelled issue when an update is available;
  dedup guard prevents duplicate issues

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@levleontiev levleontiev merged commit 4f18bee into main Mar 25, 2026
11 checks passed
@levleontiev levleontiev deleted the feature/issue-57-dep-update-automation branch March 25, 2026 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ci: automate dependency update tracking — Docker via dependabot, OPM via nightly check

2 participants