Skip to content

Commit

Permalink
Rename master branch to main and drop develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne committed Nov 8, 2023
1 parent d96b83a commit 9da87cd
Show file tree
Hide file tree
Showing 3 changed files with 6 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,13 +6,13 @@ updates:
schedule:
interval: "monthly"

# Strategy for composer dependencies on develop branch.
# Strategy for composer dependencies
- package-ecosystem: "composer"
directory: "/"
schedule:
interval: "monthly"
allow:
- dependency-type: "direct"
open-pull-requests-limit: 100
target-branch: "develop"
target-branch: "main"
versioning-strategy: "lockfile-only"
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "Continuous integration"
on:
push:
branches:
- "master"
- "main"
tags:
- "*"
pull_request:
Expand Down
6 changes: 3 additions & 3 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<name>Tag</name>
<key>tag</key>
<state>stable</state>
<logo>https://raw.githubusercontent.com/pluginsGLPI/tag/master/icon.png</logo>
<logo>https://raw.githubusercontent.com/pluginsGLPI/tag/main/icon.png</logo>
<description>
<short>
<fr>Ajout de tags sur n'importe quel objet de GLPI</fr>
Expand All @@ -28,7 +28,7 @@
<homepage>https://github.com/pluginsGLPI/tag</homepage>
<download>https://github.com/pluginsGLPI/tag/releases</download>
<issues>https://github.com/pluginsGLPI/tag/issues</issues>
<readme>https://github.com/pluginsGLPI/tag/blob/master/README.md</readme>
<readme>https://github.com/pluginsGLPI/tag/blob/main/README.md</readme>
<authors>
<author>TECLIB'</author>
</authors>
Expand Down Expand Up @@ -230,6 +230,6 @@
</cs>
</tags>
<screenshots>
<screenshot>https://raw.githubusercontent.com/pluginsGLPI/tag/master/tag.gif</screenshot>
<screenshot>https://raw.githubusercontent.com/pluginsGLPI/tag/main/tag.gif</screenshot>
</screenshots>
</root>

0 comments on commit 9da87cd

Please sign in to comment.