Dependency update and security automation for Azure DevOps repositories
See the code[!IMPORTANT] This project is no longer maintained.
Maintaining the Azure DevOps Dependabot extension has become unsustainable as an independently maintained project. After several years of development and support, I’ve decided to end active development and support rather than continue providing a service I cannot sustainably maintain. Existing users may continue using the final release at their own discretion, but no new features or compatibility updates are planned.
Automated dependency updates for Azure DevOps repositories using Dependabot.
Install the extension or CLI, then create .github/dependabot.yml:
version: 2
updates:
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'weekly'
See CONTRIBUTING.MD
(top 30 of 44)
1,904 commits
1,579 commits
66 commits
19 commits
Dependency update and security automation for Azure DevOps repositories
See the code[!IMPORTANT] This project is no longer maintained.
Maintaining the Azure DevOps Dependabot extension has become unsustainable as an independently maintained project. After several years of development and support, I’ve decided to end active development and support rather than continue providing a service I cannot sustainably maintain. Existing users may continue using the final release at their own discretion, but no new features or compatibility updates are planned.
Automated dependency updates for Azure DevOps repositories using Dependabot.
Install the extension or CLI, then create .github/dependabot.yml:
version: 2
updates:
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'weekly'
See CONTRIBUTING.MD
(top 30 of 44)
1,904 commits
1,579 commits
66 commits
19 commits