extend circleci orb support #31554
Closed
bob-rohan
started this conversation in
Suggest an Idea
Replies: 2 comments 4 replies
-
Default circleci file match was updated during testing
|
Beta Was this translation helpful? Give feedback.
0 replies
-
The default circleci fileMatch is this: {
"fileMatch": [
"(^|/)\\.circleci/.+\\.ya?ml$"
]
} If you are using custom file patterns then you need to extend it just like you seem to have discovered. The patterns you identify above don't seem to have any type of file naming convention which would be safe to use as a default fileMatch, so I don't see any change to be done here to Renovate's defaults |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Tell us more.
Currently using circleci manager to match dockerfile and orb datasources. This will match executors defined as per https://github.com/tlbraams/renovate-circleci-executors/blob/main/.circleci/config.yml
However when CircleCI is configured via folders these dependencies are not identified.
Or folders in custom orbs
In the above example,
executors/default.yml
PR is not identified for
cimg/base:2023.08
by Renovate for above folder decompose CircleCI setup.Beta Was this translation helpful? Give feedback.
All reactions