Jesse Kela

Results 7 comments of Jesse Kela

Getting this error when trying to use serverless framework and deploy AWS lambda via Github action and using windows-latest. This virtual environment is using Docker 19.03.14. The same happens with...

Wondering what's my issue since `useFlatConfig: true` alone does not help. Getting error ``` node:internal/event_target:1101 process.nextTick(() => { throw err; }); ^ Error: Could not find config file. ``` ```...

@erikbra is this flag missing now from documentation?

As far as my observations go there have been some weird stuff happening with grouping in general even longer than that. All updates are always grouped and defined groups are...

> i'm building my image with `node:lts-bullseye-slim` and for some reason running `RUN npm config set loglevel verbose` before `RUN npm ci --legacy-peer-deps` fixed it for me. Yup setting loglevel...

Looks like it works if I just target root directory instead of listing two subdirectories. ``` - package-ecosystem: "nuget" directory: "/" schedule: interval: "daily" time: "21:00" timezone: "Europe/Helsinki" ```

> Aside from automatic discovery of version updates, one of the reasons I used dependabot is getting the release notes/recent commits. > > `We started rolling out the new updater...