/
githubmirror
/
immutable-js
Обзор
Документация
Войти
/
githubmirror
/
immutable-js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.github/dependabot.yml
33 строки
966 B
copilot-swe-agent[bot]
chore: update dependabot.yml and remove AGENTS.md/CLAUDE.md
04 авг 2026, 01:06
Не верифицирован
04 авг 2026, 01:06
1ef1faf
Код
Авторство
О чём код?
# To get started with Dependabot version updates, you'll need to specify which # package ecosystems to update and where the package manifests are located. # Please see the documentation for all configuration options: # https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file version: 2 updates: # GitHub Actions - package-ecosystem: "github-actions" directory: "/" schedule: interval: "monthly" groups: github-actions: patterns: ["*"] commit-message: prefix: "ci(deps)" # npm - package-ecosystem: "npm" directory: "/" schedule: interval: "monthly" groups: npm-prod: dependency-type: "production" update-types: ["minor", "patch"] npm-dev: dependency-type: "development" update-types: ["minor", "patch"] open-pull-requests-limit: 5 commit-message: prefix: "chore(deps)"