Skip to content

Dependabot for libs bundled in Python guest #104

@crepererum

Description

@crepererum

What

Set up dependabot to auto-update the libraries that we bundle with our Python guest.

Why

Automatically get security fixes and other improvements.

How

This likely only makes sense after #102. Then point dependabot to

https://github.com/influxdata/datafusion-udf-wasm/blob/bd9e6670fee18f7629206b6828aa4fa9abbad6a8/guests/python/requirements.txt

similar to this config here:

- package-ecosystem: "pip"
directory: ".github/workflows"
schedule:
interval: "weekly"
groups:
github-deps:
patterns:
- "*"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions