LoginSignup
0
0

Renovateで特定ライブラリの特定バージョンだけスキップ・除外する

Posted at

正規表現の否定を書いて頑張れば良いようだ

例: npm の eslint の 8.57.08.57.1 をスキップする場合

  "packageRules": [
    {
      "matchManagers": ["npm"],
      "matchPackageNames": ["eslint"],
      "allowedVersions": "!/^8\\.57\\.0|8\\.57\\.1$/"
    },
  ]

チャットメンバー募集

何か質問、悩み事、相談などあればLINEオープンチャットもご利用ください。

プロフィール・経歴

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0