Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reintroduce Dependabot for just GitHub Actions #1104

Open
teolemon opened this issue Apr 24, 2023 · 3 comments
Open

Reintroduce Dependabot for just GitHub Actions #1104

teolemon opened this issue Apr 24, 2023 · 3 comments
Labels
dependencies Pull requests that update a dependency file ✨ enhancement New feature or request

Comments

@teolemon
Copy link
Member

teolemon commented Apr 24, 2023

Reintroduce Dependabot for just GitHub Actions

version: 2
updates:
  - package-ecosystem: "pip"
    directory: "/" # Location of package manifests
    schedule:
      interval: "monthly"
    commit-message:
      prefix: "chore"
      include: "scope"
    open-pull-requests-limit: 30
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "monthly"
    commit-message:
      prefix: "chore"
      include: "scope"
    open-pull-requests-limit: 30
  - package-ecosystem: "docker"
    directory: "/"
    schedule:
      interval: "monthly"
    commit-message:
      prefix: "chore"
      include: "scope"
    open-pull-requests-limit: 30

@teolemon teolemon added the ✨ enhancement New feature or request label Apr 24, 2023
@raphael0202
Copy link
Collaborator

With @alexgarel we disabled dependabot on purpose, as it introduced a lot of open pull requests, and as every version upgrade introduce possibly unexpected breaking changes.

@teolemon
Copy link
Member Author

I'm not talking about docker or pip updates, just GitHub actions (like crowdin)

@alexgarel
Copy link
Member

Yes I think it's ok to add it for github actions.

@teolemon teolemon added the dependencies Pull requests that update a dependency file label Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ✨ enhancement New feature or request
Development

No branches or pull requests

3 participants