Skip to content

Commit

Permalink
fix: dependabot target branch pointed to master (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhushan authored Nov 28, 2021
1 parent 8821a6f commit e6cda43
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ updates:
# Maintain dependencies for Gradle dependencies
- package-ecosystem: "gradle"
directory: "/"
target-branch: "next"
target-branch: "master"
schedule:
interval: "daily"
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "next"
target-branch: "master"
schedule:
interval: "daily"
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,20 @@
# GitHub Theme Changelog

## [Unreleased]

- Fix: dependabot target branch pointed to master

## [1.1.5]

Feat: added dark theme beta version
- Feat: added dark theme beta version

## [1.1.4]

Fix: Formatting Changes
- Fix: Formatting Changes

## [1.1.3]

Fix: Warning background on light mode made visible
- Fix: Warning background on light mode made visible

## [1.1.2]

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pluginGroup = club.nutsoft
pluginName = GitHub Theme
pluginVersion = 1.1.5
pluginVersion = 1.1.6

# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
# See https://jb.gg/intellij-platform-builds-list for available build versions.
Expand Down

0 comments on commit e6cda43

Please sign in to comment.