Skip to content

Commit

Permalink
Merge pull request #64 from Lombiq/renovate/all-packages
Browse files Browse the repository at this point in the history
Update All packages
  • Loading branch information
Piedone authored Dec 23, 2024
2 parents b6cc8d2 + 008a357 commit dc1b43e
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 8 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/create-jira-issues-for-community-activities.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Create Jira issues for community activities

on:
discussion:
types: [created]
issues:
types: [opened]
pull_request_target:
types: [opened]

jobs:
create-jira-issues-for-community-activities:
uses: Lombiq/GitHub-Actions/.github/workflows/create-jira-issues-for-community-activities.yml@dev
secrets:
JIRA_BASE_URL: ${{ secrets.DEFAULT_JIRA_BASE_URL }}
JIRA_USER_EMAIL: ${{ secrets.DEFAULT_JIRA_USER_EMAIL }}
JIRA_API_TOKEN: ${{ secrets.DEFAULT_JIRA_API_TOKEN }}
JIRA_PROJECT_KEY: ${{ secrets.DEFAULT_JIRA_PROJECT_KEY }}
DISCUSSION_JIRA_ISSUE_DESCRIPTION: ${{ secrets.DEFAULT_DISCUSSION_JIRA_ISSUE_DESCRIPTION }}
ISSUE_JIRA_ISSUE_DESCRIPTION: ${{ secrets.DEFAULT_ISSUE_JIRA_ISSUE_DESCRIPTION }}
PULL_REQUEST_JIRA_ISSUE_DESCRIPTION: ${{ secrets.DEFAULT_PULL_REQUEST_JIRA_ISSUE_DESCRIPTION }}
with:
issue-component: Lombiq.OrchardCoreApiClient
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="NodaTime" Version="3.1.11" />
<PackageReference Include="Polly" Version="8.3.0" />
<PackageReference Include="NodaTime" Version="3.2.0" />
<PackageReference Include="Polly" Version="8.5.0" />
<PackageReference Include="OrchardCore.ContentManagement.Abstractions" Version="2.1.0" />
</ItemGroup>

Expand Down
6 changes: 0 additions & 6 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
{
'$schema': 'https://docs.renovatebot.com/renovate-schema.json',
'extends': ['github>Lombiq/renovate-config:default-orchard-core-submodule.json5'],
"packageRules": [
{
"groupName": "All packages",
"matchUpdateTypes": ["*"],
},
]
}

0 comments on commit dc1b43e

Please sign in to comment.