Skip to content

Commit

Permalink
Merge pull request #440 from camunda/add-to-project
Browse files Browse the repository at this point in the history
Dependabot analyse GHA workflows
  • Loading branch information
remcowesterhoud committed Jun 30, 2022
2 parents ee8d47c + 3b494fa commit d31aed6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 16 deletions.
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: "/"
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"
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 }}

0 comments on commit d31aed6

Please sign in to comment.