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

Dependabot analyse GHA workflows #440

Merged
merged 2 commits into from
Jun 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
35 changes: 20 additions & 15 deletions .github/dependabot.yml
@@ -1,17 +1,22 @@
version: 2
updates:
- package-ecosystem: maven
directory: "/"
schedule:
interval: daily
timezone: Europe/Berlin
ignore:
- dependency-name: org.antipathy:mvn-scalafmt_2.12
versions:
- ">= 0.9_1.a, < 0.9_1.1000004"
- dependency-name: org.antipathy:mvn-scalafmt_2.12
versions:
- ">= 1.0.a, < 1.1"
- dependency-name: com.mycila:license-maven-plugin
versions:
- "4.0"
- package-ecosystem: maven
directory: "/"
remcowesterhoud marked this conversation as resolved.
Show resolved Hide resolved
schedule:
interval: daily
timezone: Europe/Berlin
ignore:
- dependency-name: org.antipathy:mvn-scalafmt_2.12
versions:
- ">= 0.9_1.a, < 0.9_1.1000004"
- dependency-name: org.antipathy:mvn-scalafmt_2.12
versions:
- ">= 1.0.a, < 1.1"
- dependency-name: com.mycila:license-maven-plugin
versions:
- "4.0"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
remcowesterhoud marked this conversation as resolved.
Show resolved Hide resolved
2 changes: 1 addition & 1 deletion .github/workflows/project-new-issues.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
name: Assign to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.0.3
- uses: actions/add-to-project@v0.1.0
with:
project-url: https://github.com/orgs/camunda/projects/18
github-token: ${{ secrets.PROJECT_ADMIN_TOKEN }}