Try our Chrome extension
Easily add the current web-page from your browser directly into your changedetection.io tool, more great features coming soon!Changedetection.io needs your support!
You can help us by supporting changedetection.io on these platforms;
- Rate us at AlternativeTo.net
- Star us on GitHub
- Follow us at Twitter/X
- G2 Software reviews
- Check us out on LinkedIn
- And tell your friends and colleagues :)
The more popular changedetection.io is, the more time we can dedicate to adding amazing features!
Many thanks :)
changedetection.io team
아직 없음 초 전.
False
아직 없음 초 전
4시간 전단일 스냅샷으로 이동
Skip to content
Navigation Menu
Sign in Appearance settings
* Platform
+ AI CODE CREATION
o GitHub Copilot Write better code with AI
o GitHub Copilot app Direct agents from issue to merge
o MCP Registry Integrate external tools
+ DEVELOPER WORKFLOWS
o Actions Automate any workflow
o Codespaces Instant dev environments
o Issues Plan and track work
o Code Review Manage code changes
o Code Quality Enforce quality at merge
+ APPLICATION SECURITY
o GitHub Advanced Security Find and fix vulnerabilities
o Code security Secure your code as you build
o Secret protection Stop leaks before they start
+ EXPLORE
o Why GitHub
o Documentation
o Blog
o Changelog
o Marketplace
View all features
* Solutions
+ BY COMPANY SIZE
o Enterprises
o Small and medium teams
o Startups
o Nonprofits
+ BY USE CASE
o App Modernization
o DevSecOps
o DevOps
o CI/CD
o View all use cases
+ BY INDUSTRY
o Healthcare
o Financial services
o Manufacturing
o Government
o View all industries
View all solutions
* Resources
+ EXPLORE BY TOPIC
o AI
o Software Development
o DevOps
o Security
o View all topics
+ EXPLORE BY TYPE
o Customer stories
o Events & webinars
o Ebooks & reports
o Business insights
o GitHub Skills
+ SUPPORT & SERVICES
o Documentation
o Customer support
o Community forum
o Trust center
o Partners
View all resources
* Open Source
+ COMMUNITY
o GitHub Sponsors Fund open source developers
+ PROGRAMS
o Security Lab
o Maintainer Community
o Accelerator
o GitHub Stars
o Archive Program
+ REPOSITORIES
o Topics
o Trending
o Collections
* Enterprise
+ ENTERPRISE SOLUTIONS
o Enterprise platform AI-powered developer platform
+ AVAILABLE ADD-ONS
o GitHub Advanced Security Enterprise-grade security features
o Copilot for Business Enterprise-grade AI features
o Premium Support Enterprise-grade 24/7 support
* Pricing
Type / to search
Sign in
Sign up Appearance settings
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
Uh oh!
There was an error while loading. Please reload this page.
renovatebot / renovate Public
* Notifications You must be signed in to change notification settings
* Fork 3.2k
* Star 22.2k
* Code
* Issues 960
* Pull requests 348
* Discussions
* Actions
* Projects
* Security and quality 11
* Insights
Additional navigation options
* Code
* Issues
* Pull requests
* Discussions
* Actions
* Projects
* Security and quality
* Insights
main
Branches Tags
Go to file
Code
Open more actions menu
Folders and files
Name Name Last commit message Last commit date
Latest commit
History
26,660 Commits
26,660 Commits
26,661 Commits
26,661 Commits
.claude .claude
.devcontainer .devcontainer
.github .github
.husky .husky
.vscode .vscode
__mocks__ __mocks__
data data
docs docs
lib lib
patches patches
test test
tools tools
.dockerignore .dockerignore
.editorconfig .editorconfig
.gitattributes .gitattributes
.gitignore .gitignore
.lgtm.yml .lgtm.yml
.lintstagedrc.json .lintstagedrc.json
.ls-lint.yml .ls-lint.yml
.markdownlint-cli2.mjs .markdownlint-cli2.mjs
.nvmrc .nvmrc
.oxlintrc.json .oxlintrc.json
.prettierignore .prettierignore
.prettierrc.json .prettierrc.json
.python-version .python-version
.releaserc.json .releaserc.json
AGENTS.md AGENTS.md
CLAUDE.md CLAUDE.md
CODE_OF_CONDUCT.md CODE_OF_CONDUCT.md
SECURITY.md SECURITY.md
biome.json biome.json
codecov.yml codecov.yml
license license
mise.toml mise.toml
package.json package.json
pnpm-lock.yaml pnpm-lock.yaml
pnpm-workspace.yaml pnpm-workspace.yaml
pyproject.toml pyproject.toml
readme.md readme.md
renovate.json renovate.json
tsconfig.json tsconfig.json
tsdown.config.mts tsdown.config.mts
uv.lock uv.lock
vitest.config.mts vitest.config.mts
View all files
Repository files navigation
*
* README
* Code of conduct
* Contributing
* AGPL-3.0 license
* Security
More items
What is the Mend Renovate CLI?
Renovate is an automated dependency update tool. It helps to update dependencies in your code without needing to do it manually. When Renovate runs on your repo, it looks for references to dependencies (both public and private) and, if there are newer versions available, Renovate can create pull requests to update your versions automatically.
Features
* Delivers update PRs directly to your repo
+ Relevant package files are discovered automatically
+ Pull Requests automatically generated in your repo
* Provides useful information to help you decide which updates to accept (age, adoption, pass rates, merge confidence)
* Highly configurable and flexible to fit in with your needs and repository standards
* Largest collection of languages and platforms (listed below)
* Connects with private repositories and package registries
Languages
Renovate can provide updates for most popular languages, platforms, and registries including: npm, Java, Python, .NET, Scala, Ruby, Go, Docker and more. Supports over 90 different package managers.
Platforms
Renovate updates code repositories on the following platforms: GitHub, GitLab, Bitbucket, Azure DevOps, AWS Code Commit (experimental), Gitea, Forgejo, Gerrit (experimental), SCM-Manager (experimental)
Ways to run Renovate
The most effective way to run Renovate is to use an automated job scheduling system that regularly runs Renovate on all enabled repositories and responds with priority to user activity. Mend offers cloud-hosted and self-hosted solutions. See the options below.
Mend Renovate Community (Cloud-Hosted)
Supports: GitHub.com, Bitbucket Cloud
Hosted by Mend.io. No setup is needed. Community plan available (Free)
* GitHub Cloud: Install the Renovate Cloud-Hosted App on your GitHub org, then select the repos to enable
* Bitbucket Cloud: Add the Mend App to your Workspace, then add the Mend Renovate user to the projects you want to enable
Mend Renovate Community (Self-hosted)
Supports: GitHub, GitLab, Bitbucket Data Center
Install and run your own Renovate server. Access internal packages.
* Mend Renovate Community Self-Hosted (Free)
* Mend Renovate Enterprise (Paid plan)
Other ways to run Renovate
If you can’t use a pre-built job scheduling system, or want to build your own, the following options are available:
Run Renovate on your Pipeline
Mend provides a GitHub Action or a GitLab Runner to help you run Renovate as a CI pipeline job.
* GitHub Action: renovatebot/github-action.
* GitLab Runner: Renovate Runner project
* AzureDevOps action: Renovate Me extension
Note: This extension is created and maintained personally by a Renovate developer/user. Support requests for the extension will not be answered directly in the main Renovate repository.
* Custom pipeline: You can create a custom pipeline with a yml definition that triggers npx renovate. More details on how to configure the pipeline.
Run Renovate CLI
There are several ways to run the Renovate CLI directly. See docs: Running Renovate for all options.
Supports: all platforms
For additional community-maintained options, see the Community Tools page.
Docs
More about Renovate
* Renovate basics
+ Why use Renovate
+ What does it do? / How does it work?
+ Who is using it?
* Supported platforms and languages
+ Supported platforms
+ Supported languages / package managers
* Advanced Renovate usage
+ Accessing private packages
+ Merge Confidence data
Renovate Docs
* Renovate Configuration
* Mend Renovate Self-Hosted Docs
Comparisons
* Different ways to run Renovate
* Renovate vs Dependabot
Get involved
Issues and Discussions
Please open a Discussion to get help, suggest a new feature, or to report a bug. We only want maintainers to open Issues.
* GitHub Discussions for Renovate
Contributing
To contribute to Renovate, or run a local copy, please read the contributing guidelines.
* Guidelines for Contributing
* Items that need contribution: good first issues
Contact and Social Media
The Renovate project is proudly supported and actively maintained by Mend.io.
* Contact Mend.io for commercial support questions.
Follow us on:
* Twitter: x.com/mend_io
* LinkedIn: linkedin.com/company/mend-io
Security / Disclosure
If you find any bug with Renovate that may be a security problem, please report it through the GitHub Security Advisories process. This way we can evaluate the bug and hopefully fix it before it gets abused. Please give us enough time to investigate the bug before you report it anywhere else.
If you would like to discuss a potential finding before raising the Advisory, then e-mail us at: renovate-disclosure@mend.io.
About
Home of the Renovate CLI: Cross-platform Dependency Automation by Mend.io
mend.io/renovate
Topics
azure-devopsbitbucketdependenciesdependencies-checkingdependency-managergithubgitlabnpmpackage-management
Resources
Readme
AGPL-3.0 license
Code of conduct
Code of conduct
Contributing
Contributing
Security policy
Security policy
Activity
Custom properties
Stars
22.2k stars
Watchers
106 watching
Forks
3.2k forks
Report repository
Releases
Packages
Used by
Contributors
Languages
Footer
© 2026 GitHub, Inc.
Footer navigation
* Terms
* Privacy
* Security
* Status
* Community
* Docs
* Contact
* Manage cookies
* Do not share my personal information
You can’t perform that action at this time.
팁: 공유하거나 무시 목록에 추가할 텍스트를 강조 표시합니다.
— 차이점 패치 다운로드
현재 비교는 그래픽 방식이 아닌 텍스트 기준으로 수행되며, 최신 스크린샷만 제공됩니다.
스크린샷을 찍으려면 Playwright/WebDriver를 활성화해야 합니다.