Skip to content

Commit

Permalink
chore: ignore docker/poetry/requirements.txt in renovatebot (#3027)
Browse files Browse the repository at this point in the history
`docker/poetry/requirements.txt` is autogenerated and dependencies are
pinned, we probably should not ask renovatebot to update the
dependencies in it.
  • Loading branch information
cuixq authored Dec 30, 2024
1 parent e61e8f6 commit ec9e776
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,5 +135,6 @@
],
"enabled": false
}
]
],
"ignorePaths": ["docker/poetry/requirements.txt"]
}

0 comments on commit ec9e776

Please sign in to comment.