mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Introduced next
branch in the root repository to make main
always a stable one
This commit is contained in:
parent
8a706c9140
commit
18427cfdf7
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
@ -6,10 +6,12 @@ updates:
|
||||
# Maintain dependencies for Gradle dependencies
|
||||
- package-ecosystem: "gradle"
|
||||
directory: "/"
|
||||
target-branch: "next"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
# Maintain dependencies for GitHub Actions
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
target-branch: "next"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
|
15
.github/template-cleanup/.github/dependabot.yml
vendored
Normal file
15
.github/template-cleanup/.github/dependabot.yml
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
# Dependabot configuration:
|
||||
# https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/configuration-options-for-dependency-updates
|
||||
|
||||
version: 2
|
||||
updates:
|
||||
# Maintain dependencies for Gradle dependencies
|
||||
- package-ecosystem: "gradle"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
# Maintain dependencies for GitHub Actions
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
@ -3,6 +3,13 @@
|
||||
# IntelliJ Platform Plugin Template Changelog
|
||||
|
||||
## [Unreleased]
|
||||
### Added
|
||||
- Introduced `next` branch in the root repository to make `main` always a stable one
|
||||
|
||||
### Changed
|
||||
- Dependencies (GitHub Actions) - upgrade `actions/cache` to `v2.1.6`
|
||||
|
||||
## [0.9.0]
|
||||
### Changed
|
||||
- Remove reference to the `jcenter()` from Gradle configuration file
|
||||
- Update `pluginVerifierIdeVersions` to `2020.2.4, 2020.3.4, 2021.1.2`
|
||||
|
Loading…
Reference in New Issue
Block a user