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

Configure Dependabot #2642

Closed
wants to merge 8 commits into from
Closed

Configure Dependabot #2642

wants to merge 8 commits into from

Conversation

CanerKaraca23
Copy link
Contributor

No description provided.

.github/dependabot.yml Outdated Show resolved Hide resolved
.github/dependabot.yml Outdated Show resolved Hide resolved
Comment on lines +14 to +16
actions-dependencies:
update-types:
- "minor"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does this configuration do?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What does this configuration do?

Will mark dependencies if it's major, minor or patch update.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What do you mean mark?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What do you mean mark?

It will only say if it's major, minor or patch on description.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is major, minor or patch? The dependency version? The version after the bump of ReVanced Patches?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is major, minor or patch? The dependency version? The version after the bump of ReVanced Patches?

Yes, dependency version. For example, "gson" = 2.10.1 to 3.0.0 is a major update. It only tells this to you. Major updates may break build. It's just a simple thing.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"gson" = 2.10.1 to 3.0.0 is a major update. It only tells this to you.

Then why are line 14 and 15 included?

Slenderman00 pushed a commit to Slenderman00/revanced-patches-grindr that referenced this pull request Jan 31, 2024
Slenderman00 pushed a commit to Slenderman00/revanced-patches-grindr that referenced this pull request Jan 31, 2024
# [2.185.0](ReVanced/revanced-patches@v2.184.0...v2.185.0) (2023-07-20)

### Bug Fixes

* allocate for more than eight `LithoFilter` array items ([ReVanced#2643](ReVanced/revanced-patches#2643)) ([fc8660b](ReVanced/revanced-patches@2d8e15b))
* **Sync for Reddit - Disable ads:** fix compatibility with latest version ([1456577](ReVanced/revanced-patches@1275a93))
* **Tiktok - Settings:** bump compatibility ([ReVanced#2656](ReVanced/revanced-patches#2656)) ([6641356](ReVanced/revanced-patches@fbc5c7d))
* **TikTok - Show seekbar:** fix seekbar not always showing ([ReVanced#2660](ReVanced/revanced-patches#2660)) ([f2742f1](ReVanced/revanced-patches@5a16231))
* **Trakt - Unlock pro:** constraint to last known working version ([ReVanced#2662](ReVanced/revanced-patches#2662)) ([324bbde](ReVanced/revanced-patches@84fa088))
* **YouTube - Spoof client:** show video time and chapters while using seekbar ([ReVanced#2607](ReVanced/revanced-patches#2607)) ([9546d12](ReVanced/revanced-patches@da2a216))
* **youtube/sponsorblock:** fix some segments skipping slightly too late ([ReVanced#2634](ReVanced/revanced-patches#2634)) ([3175431](ReVanced/revanced-patches@73dd87f))

### Features

* **youtube:** rename `video-speed` to `playback-speed` ([ReVanced#2642](ReVanced/revanced-patches#2642)) ([77e8639](ReVanced/revanced-patches@fde251d))
Comment on lines +22 to +35
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "build",
"section": "Dependencies and Other Build Updates",
"hidden": false
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it possible to specify only the build type? Features and fixes are already being added to the changelog.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it possible to specify only the build type? Features and fixes are already being added to the changelog.

That "hidden": false, if you don’t include it, it’ll default to true, so already hidden.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not what I am asking. Whats the impact of removing line 23-30

Comment on lines +22 to +35
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "build",
"section": "Dependencies and Other Build Updates",
"hidden": false
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not what I am asking. Whats the impact of removing line 23-30

Comment on lines +14 to +16
actions-dependencies:
update-types:
- "minor"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"gson" = 2.10.1 to 3.0.0 is a major update. It only tells this to you.

Then why are line 14 and 15 included?

@oSumAtrIX oSumAtrIX marked this pull request as draft March 2, 2024 07:28
@CanerKaraca23 CanerKaraca23 closed this by deleting the head repository Mar 11, 2024
tamnguyenchi93 pushed a commit to tamnguyenchi93/revanced-patches that referenced this pull request Mar 24, 2024
tamnguyenchi93 pushed a commit to tamnguyenchi93/revanced-patches that referenced this pull request Mar 24, 2024
# [2.185.0](ReVanced/revanced-patches@v2.184.0...v2.185.0) (2023-07-20)

### Bug Fixes

* allocate for more than eight `LithoFilter` array items ([ReVanced#2643](ReVanced/revanced-patches#2643)) ([fc8660b](ReVanced/revanced-patches@fc8660b))
* **Sync for Reddit - Disable ads:** fix compatibility with latest version ([1456577](ReVanced/revanced-patches@1456577))
* **Tiktok - Settings:** bump compatibility ([ReVanced#2656](ReVanced/revanced-patches#2656)) ([6641356](ReVanced/revanced-patches@6641356))
* **TikTok - Show seekbar:** fix seekbar not always showing ([ReVanced#2660](ReVanced/revanced-patches#2660)) ([f2742f1](ReVanced/revanced-patches@f2742f1))
* **Trakt - Unlock pro:** constraint to last known working version ([ReVanced#2662](ReVanced/revanced-patches#2662)) ([324bbde](ReVanced/revanced-patches@324bbde))
* **YouTube - Spoof client:** show video time and chapters while using seekbar ([ReVanced#2607](ReVanced/revanced-patches#2607)) ([9546d12](ReVanced/revanced-patches@9546d12))
* **youtube/sponsorblock:** fix some segments skipping slightly too late ([ReVanced#2634](ReVanced/revanced-patches#2634)) ([3175431](ReVanced/revanced-patches@3175431))

### Features

* **youtube:** rename `video-speed` to `playback-speed` ([ReVanced#2642](ReVanced/revanced-patches#2642)) ([77e8639](ReVanced/revanced-patches@77e8639))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants