Skip to content

Commit

Permalink
[Add] NOTICE and dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
samatrhea committed Apr 28, 2024
1 parent 2fafe34 commit 3e4e01a
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CDP-Batch-Editor.sln.DotSettings
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,8 @@
<s:Boolean x:Key="/Default/CodeStyle/EditorConfig/EnableStyleCopSupport/@EntryValue">True</s:Boolean>
<s:Boolean x:Key="/Default/CodeStyle/EditorConfig/ShowEditorConfigStatusBarIndicator/@EntryValue">True</s:Boolean>
<s:String x:Key="/Default/CodeStyle/FileHeader/FileHeaderText/@EntryValue"> --------------------------------------------------------------------------------------------------------------------&#xD;
&lt;copyright file="$FILENAME$" company="Starion Group S.A."&gt;&#xD;
Copyright (c) 2015-$CURRENT_YEAR$ Starion Group S.A.&#xD;
&lt;copyright file="${File.FileName}" company="Starion Group S.A."&gt;&#xD;
Copyright (c) 2015-${CurrentDate.Year} Starion Group S.A.&#xD;
&#xD;
Author: Nathanael Smiechowski, Alex Vorobiev, Alexander van Delft, Kamil Wojnowski, Sam Gerené&#xD;
&#xD;
Expand Down Expand Up @@ -273,6 +273,7 @@
<s:Boolean x:Key="/Default/CodeStyle/Naming/CSharpNaming/ApplyAutoDetectedRules/@EntryValue">False</s:Boolean>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/PredefinedNamingRules/=PrivateInstanceFields/@EntryIndexedValue">&lt;Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /&gt;</s:String>
<s:String x:Key="/Default/CodeStyle/Naming/CSharpNaming/PredefinedNamingRules/=PrivateStaticFields/@EntryIndexedValue">&lt;Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /&gt;</s:String>
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EFeature_002EServices_002ECodeCleanup_002EFileHeader_002EFileHeaderSettingsMigrate/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ECSharpKeepExistingMigration/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ECSharpPlaceEmbeddedOnSameLineMigration/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/Environment/SettingsMigration/IsMigratorApplied/=JetBrains_002EReSharper_002EPsi_002ECSharp_002ECodeStyle_002ECSharpUseContinuousIndentInsideBracesMigration/@EntryIndexedValue">True</s:Boolean>
Expand Down
2 changes: 2 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CDP4-COMET Batch Editor
Copyright 2020-2024 Starion Group S.A.
18 changes: 18 additions & 0 deletions dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2
updates:
# Enable updates for NuGet dependencies
- package-ecosystem: "nuget"
# Directory where your solution files are located
directory: "/"
# Schedule for checking updates
schedule:
interval: "weekly"
# Do not automatically open pull requests
open-pull-requests-limit: 0
# Additional configuration to specify how Dependabot should handle version updates
versioning-strategy: "widen"
# Custom commit message options
commit-message:
prefix: "chore"
prefix-development: "chore"
include: "scope"

0 comments on commit 3e4e01a

Please sign in to comment.